Trace number 206575

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? 331.17 343.378

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-38_ext.xml
MD5SUM9f119c73378eb18afa57aed4e777b3ca
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2.25	c # Sugar v0-40 (/tmp/evaluation/206575-1170096603/sugar-v0-40.jar)
2.25	
2.37	c # MAIN  BEGIN : /tmp/evaluation/206575-1170096603/unknown.xml [Mon Jan 29 19:50:07 2007]
2.37	c # CONVERT_XML  BEGIN : /tmp/evaluation/206575-1170096603/unknown.xml /tmp/evaluation/206575-1170096603/sugar25061.csp [Mon Jan 29 19:50:07 2007]
2.37	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206575-1170096603/sugar-v0-40.jar -convert /tmp/evaluation/206575-1170096603/unknown.xml /tmp/evaluation/206575-1170096603/sugar25061.csp
4.13	c BEGIN convert /tmp/evaluation/206575-1170096603/unknown.xml
9.84	c END convert (5.716874 seconds)
9.87	c # CONVERT_XML  END : /tmp/evaluation/206575-1170096603/sugar25061.csp 33733338 bytes (8 seconds) [Mon Jan 29 19:50:15 2007]
9.87	c # CONVERT_XML  CPU : 5.72 = 0 + 0 + 5.39 + 0.33
9.87	
9.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/206575-1170096603/sugar25061.bcnf [Mon Jan 29 19:50:15 2007]
9.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206575-1170096603/sugar-v0-40.jar -bcnf -map /tmp/evaluation/206575-1170096603/sugar25061.map /tmp/evaluation/206575-1170096603/sugar25061.csp /tmp/evaluation/206575-1170096603/sugar25061.bcnf
9.99	c BEGIN parse /tmp/evaluation/206575-1170096603/sugar25061.csp
341.31	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
342.45	s UNKNOWN
342.45	c # ERROR /tmp/evaluation/206575-1170096603/sugar25061.bcnf is not generated, at /tmp/evaluation/206575-1170096603/sugar line 310.
342.45	
342.45	c # MAIN  END :  (340 seconds) [Mon Jan 29 19:55:47 2007]
342.45	c # MAIN  CPU : 5.72 = 0 + 0 + 5.39 + 0.33
342.45	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-206575-1170096603 -o ROOT/results/node14/solver-206575-1170096603 -C 1800 -M 900 /tmp/evaluation/206575-1170096603/solver /tmp/evaluation/206575-1170096603 /tmp/evaluation/206575-1170096603/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 3.93 4.07 3.78 5/96 25062
/proc/meminfo: memFree=385848/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=5352 CPUtime=0
/proc/25061/stat : 25061 (solver) D 25059 25061 24861 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29614877 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 212234464551 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25061/statm: 1338 231 193 169 0 49 0

[startup+0.104818 s]
/proc/loadavg: 3.93 4.07 3.78 5/96 25062
/proc/meminfo: memFree=385848/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=124 CPUtime=0
/proc/25061/stat : 25061 (sugar) D 25059 25061 24861 0 -1 4194304 286 0 1 0 0 0 0 0 18 0 1 0 29614877 126976 23 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212231845353 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25061/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.513854 s]
/proc/loadavg: 3.93 4.07 3.78 5/96 25062
/proc/meminfo: memFree=385848/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=8540 CPUtime=0
/proc/25061/stat : 25061 (sugar) D 25059 25061 24861 0 -1 4194304 313 0 3 0 0 0 0 0 18 0 1 0 29614877 8744960 52 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212231848708 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25061/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+1.33494 s]
/proc/loadavg: 3.93 4.07 3.78 2/95 25062
/proc/meminfo: memFree=365696/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=12404 CPUtime=0
/proc/25061/stat : 25061 (sugar) D 25059 25061 24861 0 -1 4194304 657 0 4 0 0 0 0 0 18 0 1 0 29614877 12701696 380 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/25061/statm: 3101 380 275 3 0 201 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12404

[startup+2.97209 s]
/proc/loadavg: 3.93 4.07 3.78 3/95 25062
/proc/meminfo: memFree=344192/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=0.03
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1108 0 4 0 3 0 0 0 17 0 1 0 29614877 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25061/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+6.2684 s]
/proc/loadavg: 4.02 4.09 3.79 3/103 25070
/proc/meminfo: memFree=208512/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=0.03
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1117 0 4 0 3 0 0 0 17 0 1 0 29614877 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25061/statm: 3431 805 368 3 0 531 0
[pid=25063] ppid=25061 vsize=807124 CPUtime=2.19
/proc/25063/stat : 25063 (java) R 25061 25061 24861 0 -1 0 18876 0 29 0 203 16 0 0 25 0 8 0 29615115 826494976 18627 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073626562 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25063/statm: 201781 18627 1696 14 0 189059 0
[pid=25063/tid=25064] ppid=25061 vsize=807124 CPUtime=0.23
/proc/25063/task/25064/stat : 25064 (java) S 25061 25061 24861 0 -1 64 12387 0 0 0 19 4 0 0 16 0 8 0 29615282 826494976 18627 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25063/tid=25065] ppid=25061 vsize=807124 CPUtime=0
/proc/25063/task/25065/stat : 25065 (java) S 25061 25061 24861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615283 826494976 18627 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25063/tid=25066] ppid=25061 vsize=807124 CPUtime=0
/proc/25063/task/25066/stat : 25066 (java) S 25061 25061 24861 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 29615283 826494976 18627 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25063/tid=25067] ppid=25061 vsize=807124 CPUtime=0
/proc/25063/task/25067/stat : 25067 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29615286 826494976 18627 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25063/tid=25068] ppid=25061 vsize=807124 CPUtime=0.08
/proc/25063/task/25068/stat : 25068 (java) S 25061 25061 24861 0 -1 64 314 0 0 0 8 0 0 0 16 0 8 0 29615286 826494976 18627 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25063/tid=25069] ppid=25061 vsize=807124 CPUtime=0
/proc/25063/task/25069/stat : 25069 (java) S 25061 25061 24861 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29615286 826494976 18627 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25063/tid=25070] ppid=25061 vsize=807124 CPUtime=0
/proc/25063/task/25070/stat : 25070 (java) S 25061 25061 24861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29615286 826494976 18627 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 820848

[startup+12.766 s]
/proc/loadavg: 3.94 4.07 3.78 3/103 25079
/proc/meminfo: memFree=62912/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=5.75
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1186 20218 4 29 3 0 539 33 15 0 1 0 29614877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25061/statm: 3431 809 371 3 0 531 0
[pid=25072] ppid=25061 vsize=807064 CPUtime=2.84
/proc/25072/stat : 25072 (java) R 25061 25061 24861 0 -1 0 19154 0 1 0 276 8 0 0 25 0 8 0 29615865 826433536 18878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25072/statm: 201766 18879 1494 14 0 189044 0
[pid=25072/tid=25073] ppid=25061 vsize=807064 CPUtime=0.76
/proc/25072/task/25073/stat : 25073 (java) R 25061 25061 24861 0 -1 64 13078 0 0 0 72 4 0 0 16 0 8 0 29615868 826433536 18880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25074] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25074/stat : 25074 (java) S 25061 25061 24861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615869 826433536 18881 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25075] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25075/stat : 25075 (java) S 25061 25061 24861 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615869 826433536 18883 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25076] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25076/stat : 25076 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615872 826433536 18884 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25077] ppid=25061 vsize=807064 CPUtime=0.05
/proc/25072/task/25077/stat : 25077 (java) S 25061 25061 24861 0 -1 64 291 0 0 0 5 0 0 0 19 0 8 0 29615872 826433536 18885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25078] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25078/stat : 25078 (java) S 25061 25061 24861 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615872 826433536 18887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25079] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25079/stat : 25079 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29615872 826433536 18889 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 820788

[startup+25.5732 s]
/proc/loadavg: 4.10 4.10 3.80 4/105 25082
/proc/meminfo: memFree=14896/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=5.75
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1186 20218 4 29 3 0 539 33 15 0 1 0 29614877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25061/statm: 3431 809 371 3 0 531 0
[pid=25072] ppid=25061 vsize=807064 CPUtime=15.41
/proc/25072/stat : 25072 (java) R 25061 25061 24861 0 -1 0 77021 0 1 0 1501 40 0 0 25 0 8 0 29615865 826433536 76647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073507715 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25072/statm: 201766 76647 1495 14 0 189044 0
[pid=25072/tid=25073] ppid=25061 vsize=807064 CPUtime=5.32
/proc/25072/task/25073/stat : 25073 (java) S 25061 25061 24861 0 -1 64 69483 0 0 0 504 28 0 0 16 0 8 0 29615868 826433536 76647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25074] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25074/stat : 25074 (java) S 25061 25061 24861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615869 826433536 76647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25075] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25075/stat : 25075 (java) S 25061 25061 24861 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615869 826433536 76647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25076] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25076/stat : 25076 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615872 826433536 76647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25077] ppid=25061 vsize=807064 CPUtime=0.05
/proc/25072/task/25077/stat : 25077 (java) S 25061 25061 24861 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 29615872 826433536 76647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25078] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25078/stat : 25078 (java) S 25061 25061 24861 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615872 826433536 76647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25079] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25079/stat : 25079 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29615872 826433536 76647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.16
Current children cumulated vsize (KiB) 820788

[startup+51.2517 s]
/proc/loadavg: 4.53 4.20 3.84 3/104 25090
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=5.75
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1186 20218 4 29 3 0 539 33 15 0 1 0 29614877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25061/statm: 3431 809 371 3 0 531 0
[pid=25072] ppid=25061 vsize=807064 CPUtime=40.68
/proc/25072/stat : 25072 (java) S 25061 25061 24861 0 -1 0 150371 0 1 0 3989 79 0 0 18 0 8 0 29615865 826433536 149939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25072/statm: 201766 149939 1495 14 0 189044 0
[pid=25072/tid=25073] ppid=25061 vsize=807064 CPUtime=20.62
/proc/25072/task/25073/stat : 25073 (java) R 25061 25061 24861 0 -1 64 140472 0 0 0 2000 62 0 0 25 0 8 0 29615868 826433536 149939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154035725 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25074] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25074/stat : 25074 (java) S 25061 25061 24861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615869 826433536 149939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25075] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25075/stat : 25075 (java) S 25061 25061 24861 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615869 826433536 149939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25076] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25076/stat : 25076 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615872 826433536 149939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25077] ppid=25061 vsize=807064 CPUtime=0.05
/proc/25072/task/25077/stat : 25077 (java) S 25061 25061 24861 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615872 826433536 149939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25078] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25078/stat : 25078 (java) S 25061 25061 24861 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615872 826433536 149939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25079] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25079/stat : 25079 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29615872 826433536 149939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.43
Current children cumulated vsize (KiB) 820788

[startup+102.487 s]
/proc/loadavg: 3.76 4.04 3.80 3/105 25104
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=5.75
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1186 20218 4 29 3 0 539 33 15 0 1 0 29614877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25061/statm: 3431 809 371 3 0 531 0
[pid=25072] ppid=25061 vsize=807064 CPUtime=89.2
/proc/25072/stat : 25072 (java) S 25061 25061 24861 0 -1 0 156487 0 1 0 8815 105 0 0 17 0 8 0 29615865 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25072/statm: 201766 156039 1495 14 0 189044 0
[pid=25072/tid=25073] ppid=25061 vsize=807064 CPUtime=65.88
/proc/25072/task/25073/stat : 25073 (java) R 25061 25061 24861 0 -1 64 146572 0 0 0 6503 85 0 0 25 0 8 0 29615868 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154022738 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25074] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25074/stat : 25074 (java) S 25061 25061 24861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615869 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25075] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25075/stat : 25075 (java) S 25061 25061 24861 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615869 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25076] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25076/stat : 25076 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25077] ppid=25061 vsize=807064 CPUtime=0.05
/proc/25072/task/25077/stat : 25077 (java) S 25061 25061 24861 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25078] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25078/stat : 25078 (java) S 25061 25061 24861 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25079] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25079/stat : 25079 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.95
Current children cumulated vsize (KiB) 820788

[startup+162.584 s]
/proc/loadavg: 3.33 3.84 3.74 3/103 25120
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=5.75
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1186 20218 4 29 3 0 539 33 15 0 1 0 29614877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25061/statm: 3431 809 371 3 0 531 0
[pid=25072] ppid=25061 vsize=807064 CPUtime=148.8
/proc/25072/stat : 25072 (java) S 25061 25061 24861 0 -1 0 156506 0 1 0 14749 131 0 0 17 0 8 0 29615865 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25072/statm: 201766 156039 1495 14 0 189044 0
[pid=25072/tid=25073] ppid=25061 vsize=807064 CPUtime=124.53
/proc/25072/task/25073/stat : 25073 (java) R 25061 25061 24861 0 -1 64 146572 0 0 0 12342 111 0 0 25 0 8 0 29615868 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25074] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25074/stat : 25074 (java) S 25061 25061 24861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615869 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25075] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25075/stat : 25075 (java) S 25061 25061 24861 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615869 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25076] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25076/stat : 25076 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25077] ppid=25061 vsize=807064 CPUtime=0.05
/proc/25072/task/25077/stat : 25077 (java) S 25061 25061 24861 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25078] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25078/stat : 25078 (java) S 25061 25061 24861 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25079] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25079/stat : 25079 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.55
Current children cumulated vsize (KiB) 820788

[startup+222.601 s]
/proc/loadavg: 3.24 3.72 3.71 3/103 25134
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=5.75
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1186 20218 4 29 3 0 539 33 15 0 1 0 29614877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25061/statm: 3431 809 371 3 0 531 0
[pid=25072] ppid=25061 vsize=807064 CPUtime=207.61
/proc/25072/stat : 25072 (java) S 25061 25061 24861 0 -1 0 156525 0 1 0 20606 155 0 0 17 0 8 0 29615865 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25072/statm: 201766 156039 1495 14 0 189044 0
[pid=25072/tid=25073] ppid=25061 vsize=807064 CPUtime=183.29
/proc/25072/task/25073/stat : 25073 (java) R 25061 25061 24861 0 -1 64 146572 0 0 0 18195 134 0 0 25 0 8 0 29615868 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155215794 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25074] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25074/stat : 25074 (java) S 25061 25061 24861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615869 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25075] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25075/stat : 25075 (java) S 25061 25061 24861 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615869 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25076] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25076/stat : 25076 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25077] ppid=25061 vsize=807064 CPUtime=0.05
/proc/25072/task/25077/stat : 25077 (java) S 25061 25061 24861 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25078] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25078/stat : 25078 (java) S 25061 25061 24861 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25079] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25079/stat : 25079 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.36
Current children cumulated vsize (KiB) 820788

[startup+282.603 s]
/proc/loadavg: 3.28 3.63 3.68 3/103 25150
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=5.75
/proc/25061/stat : 25061 (sugar) S 25059 25061 24861 0 -1 4194304 1186 20218 4 29 3 0 539 33 15 0 1 0 29614877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25061/statm: 3431 809 371 3 0 531 0
[pid=25072] ppid=25061 vsize=807064 CPUtime=267.08
/proc/25072/stat : 25072 (java) S 25061 25061 24861 0 -1 0 156544 0 1 0 26531 177 0 0 17 0 8 0 29615865 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25072/statm: 201766 156039 1495 14 0 189044 0
[pid=25072/tid=25073] ppid=25061 vsize=807064 CPUtime=242.75
/proc/25072/task/25073/stat : 25073 (java) R 25061 25061 24861 0 -1 64 146572 0 0 0 24119 156 0 0 25 0 8 0 29615868 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154035631 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25074] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25074/stat : 25074 (java) S 25061 25061 24861 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29615869 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25075] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25075/stat : 25075 (java) S 25061 25061 24861 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29615869 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25076] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25076/stat : 25076 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25077] ppid=25061 vsize=807064 CPUtime=0.05
/proc/25072/task/25077/stat : 25077 (java) S 25061 25061 24861 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25072/tid=25078] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25078/stat : 25078 (java) S 25061 25061 24861 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25072/tid=25079] ppid=25061 vsize=807064 CPUtime=0
/proc/25072/task/25079/stat : 25079 (java) S 25061 25061 24861 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29615872 826433536 156039 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 272.83
Current children cumulated vsize (KiB) 820788

[startup+342.616 s]
/proc/loadavg: 3.61 3.64 3.67 2/96 25166
/proc/meminfo: memFree=625408/2055920 swapFree=4192812/4192956
[pid=25061] ppid=25059 vsize=13724 CPUtime=5.75
/proc/25061/stat : 25061 (sugar) D 25059 25061 24861 0 -1 4194304 1212 20218 4 29 3 0 539 33 17 0 1 0 29614877 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212248431968 0 0 4224 16386 18446744071563479169 0 0 17 0 0 0
/proc/25061/statm: 3431 809 371 3 0 531 0
[pid=25072] ppid=25061 vsize=0 CPUtime=325.42
/proc/25072/stat : 25072 (java) Z 25061 25061 24861 0 -1 12 156571 0 5 0 32330 212 0 0 16 0 1 0 29615865 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25072/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 331.17
Current children cumulated vsize (KiB) 13724

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25061 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=437173 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=350946
CPU time returned by wait4() is 5.78812
while last known CPU time is 331.17

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 343.378
CPU time (s): 331.17
CPU user time (s): 328.72
CPU system time (s): 2.45
CPU usage (%): 96.4448
Max. virtual memory (cumulated for all children) (KiB): 820848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.43717
system time used= 0.350946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21480
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1486
involuntary context switches= 1558

runsolver used 0.374943 s user time and 1.22581 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan 29 18:50:04 UTC 2007


IDJOB= 206575
IDBENCH= 4218
IDSOLVER= 86
FILE ID= node14/206575-1170096603

PBS_JOBID= 3689454

Free space on /tmp= 44215 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-38_ext.xml
COMMAND LINE= /tmp/evaluation/206575-1170096603/solver /tmp/evaluation/206575-1170096603 /tmp/evaluation/206575-1170096603/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-206575-1170096603 -o ROOT/results/node14/solver-206575-1170096603 -C 1800 -M 900  /tmp/evaluation/206575-1170096603/solver /tmp/evaluation/206575-1170096603 /tmp/evaluation/206575-1170096603/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9f119c73378eb18afa57aed4e777b3ca

RANDOM SEED= 348447470

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        388184 kB
Buffers:          3320 kB
Cached:        1447936 kB
SwapCached:          0 kB
Active:         168944 kB
Inactive:      1412476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        388184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          722912 kB
Writeback:        3332 kB
Mapped:         155664 kB
Slab:            70992 kB
Committed_AS:   512260 kB
PageTables:       2324 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 38538 MiB



End job on node14 on Mon Jan 29 18:55:54 UTC 2007