Trace number 203244

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? 328.09 335.705

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-49_ext.xml
MD5SUM92a99292a229da69be6d44bfb207d02f
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.10	c # Sugar v0-40 (/tmp/evaluation/203244-1170095909/sugar-v0-40.jar)
2.10	
2.19	c # MAIN  BEGIN : /tmp/evaluation/203244-1170095909/unknown.xml [Mon Jan 29 19:38:33 2007]
2.19	c # CONVERT_XML  BEGIN : /tmp/evaluation/203244-1170095909/unknown.xml /tmp/evaluation/203244-1170095909/sugar25101.csp [Mon Jan 29 19:38:33 2007]
2.19	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203244-1170095909/sugar-v0-40.jar -convert /tmp/evaluation/203244-1170095909/unknown.xml /tmp/evaluation/203244-1170095909/sugar25101.csp
2.56	c BEGIN convert /tmp/evaluation/203244-1170095909/unknown.xml
8.60	c END convert (6.045021 seconds)
8.63	c # CONVERT_XML  END : /tmp/evaluation/203244-1170095909/sugar25101.csp 33644500 bytes (6 seconds) [Mon Jan 29 19:38:39 2007]
8.63	c # CONVERT_XML  CPU : 5.94 = 0 + 0 + 5.69 + 0.25
8.63	
8.63	c # GENERATE_SAT  BEGIN : /tmp/evaluation/203244-1170095909/sugar25101.bcnf [Mon Jan 29 19:38:39 2007]
8.63	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203244-1170095909/sugar-v0-40.jar -bcnf -map /tmp/evaluation/203244-1170095909/sugar25101.map /tmp/evaluation/203244-1170095909/sugar25101.csp /tmp/evaluation/203244-1170095909/sugar25101.bcnf
8.74	c BEGIN parse /tmp/evaluation/203244-1170095909/sugar25101.csp
335.36	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
335.62	s UNKNOWN
335.62	c # ERROR /tmp/evaluation/203244-1170095909/sugar25101.bcnf is not generated, at /tmp/evaluation/203244-1170095909/sugar line 310.
335.62	
335.62	c # MAIN  END :  (333 seconds) [Mon Jan 29 19:44:06 2007]
335.62	c # MAIN  CPU : 5.94 = 0 + 0 + 5.69 + 0.25
335.62	

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/node15/watcher-203244-1170095909 -o ROOT/results/node15/solver-203244-1170095909 -C 1800 -M 900 /tmp/evaluation/203244-1170095909/solver /tmp/evaluation/203244-1170095909 /tmp/evaluation/203244-1170095909/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: 4.10 3.57 3.08 4/96 25102
/proc/meminfo: memFree=497696/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=18540 CPUtime=0
/proc/25101/stat : 25101 (runsolver) R 25099 25101 24130 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 29545432 18984960 280 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25101/statm: 4635 280 244 17 0 2626 0

[startup+0.109585 s]
/proc/loadavg: 4.10 3.57 3.08 4/96 25102
/proc/meminfo: memFree=497696/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=2504 CPUtime=0
/proc/25101/stat : 25101 (sugar) D 25099 25101 24130 0 -1 4194304 286 0 1 0 0 0 0 0 18 0 1 0 29545432 2564096 23 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240470000336 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25101/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.517654 s]
/proc/loadavg: 4.10 3.57 3.08 4/96 25102
/proc/meminfo: memFree=497696/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=7504 CPUtime=0
/proc/25101/stat : 25101 (sugar) D 25099 25101 24130 0 -1 4194304 310 0 2 0 0 0 0 0 18 0 1 0 29545432 7684096 48 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240470000336 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25101/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+1.33879 s]
/proc/loadavg: 4.10 3.57 3.08 2/95 25102
/proc/meminfo: memFree=475944/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=12272 CPUtime=0
/proc/25101/stat : 25101 (sugar) D 25099 25101 24130 0 -1 4194304 640 0 4 0 0 0 0 0 18 0 1 0 29545432 12566528 363 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/25101/statm: 3068 363 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+2.97709 s]
/proc/loadavg: 4.10 3.57 3.08 2/96 25103
/proc/meminfo: memFree=455456/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=0.04
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 29545432 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 3431 805 368 3 0 531 0
[pid=25103] ppid=25101 vsize=807124 CPUtime=0.49
/proc/25103/stat : 25103 (java) R 25101 25101 24130 0 -1 0 9513 0 31 0 43 6 0 0 19 0 8 0 29545651 826494976 9291 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073568983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25103/statm: 201781 9291 1693 14 0 189059 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 820848

[startup+6.26965 s]
/proc/loadavg: 4.01 3.56 3.08 3/103 25110
/proc/meminfo: memFree=304744/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=0.04
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 29545432 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25101/statm: 3431 805 368 3 0 531 0
[pid=25103] ppid=25101 vsize=807124 CPUtime=3.65
/proc/25103/stat : 25103 (java) R 25101 25101 24130 0 -1 0 19257 0 32 0 350 15 0 0 25 0 8 0 29545651 826494976 18980 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073418331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25103/statm: 201781 18980 1696 14 0 189059 0
[pid=25103/tid=25104] ppid=25101 vsize=807124 CPUtime=0.39
/proc/25103/task/25104/stat : 25104 (java) S 25101 25101 24130 0 -1 64 12732 0 0 0 35 4 0 0 16 0 8 0 29545679 826494976 18980 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25103/tid=25105] ppid=25101 vsize=807124 CPUtime=0
/proc/25103/task/25105/stat : 25105 (java) S 25101 25101 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29545679 826494976 18980 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25103/tid=25106] ppid=25101 vsize=807124 CPUtime=0
/proc/25103/task/25106/stat : 25106 (java) S 25101 25101 24130 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29545679 826494976 18980 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25103/tid=25107] ppid=25101 vsize=807124 CPUtime=0
/proc/25103/task/25107/stat : 25107 (java) S 25101 25101 24130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29545683 826494976 18980 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25103/tid=25108] ppid=25101 vsize=807124 CPUtime=0.09
/proc/25103/task/25108/stat : 25108 (java) S 25101 25101 24130 0 -1 64 324 0 0 0 9 0 0 0 15 0 8 0 29545683 826494976 18980 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25103/tid=25109] ppid=25101 vsize=807124 CPUtime=0
/proc/25103/task/25109/stat : 25109 (java) S 25101 25101 24130 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29545683 826494976 18980 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25103/tid=25110] ppid=25101 vsize=807124 CPUtime=0
/proc/25103/task/25110/stat : 25110 (java) S 25101 25101 24130 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29545683 826494976 18980 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 820848

[startup+12.7668 s]
/proc/loadavg: 3.85 3.53 3.08 4/103 25119
/proc/meminfo: memFree=143592/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=5.98
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1186 20287 4 32 3 1 569 25 15 0 1 0 29545432 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 3431 809 371 3 0 531 0
[pid=25111] ppid=25101 vsize=807064 CPUtime=4.11
/proc/25111/stat : 25111 (java) R 25101 25101 24130 0 -1 0 25679 0 1 0 395 16 0 0 25 0 8 0 29546295 826433536 25390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073511229 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 201766 25390 1494 14 0 189044 0
[pid=25111/tid=25112] ppid=25101 vsize=807064 CPUtime=1.14
/proc/25111/task/25112/stat : 25112 (java) S 25101 25101 24130 0 -1 64 19590 0 0 0 105 9 0 0 16 0 8 0 29546298 826433536 25390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25113] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25113/stat : 25113 (java) S 25101 25101 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29546299 826433536 25390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25114] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25114/stat : 25114 (java) S 25101 25101 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29546299 826433536 25390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25115/stat : 25115 (java) S 25101 25101 24130 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29546302 826433536 25390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25101 vsize=807064 CPUtime=0.05
/proc/25111/task/25116/stat : 25116 (java) S 25101 25101 24130 0 -1 64 291 0 0 0 5 0 0 0 17 0 8 0 29546302 826433536 25390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25117] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25101 25101 24130 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29546302 826433536 25390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25101 25101 24130 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29546302 826433536 25390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 820788

[startup+25.651 s]
/proc/loadavg: 3.58 3.49 3.07 3/103 25119
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=5.98
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1186 20287 4 32 3 1 569 25 15 0 1 0 29545432 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 3431 809 371 3 0 531 0
[pid=25111] ppid=25101 vsize=807064 CPUtime=16.85
/proc/25111/stat : 25111 (java) R 25101 25101 24130 0 -1 0 83414 0 1 0 1645 40 0 0 25 0 8 0 29546295 826433536 83032 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073494231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25111/statm: 201766 83032 1495 14 0 189044 0
[pid=25111/tid=25112] ppid=25101 vsize=807064 CPUtime=5.7
/proc/25111/task/25112/stat : 25112 (java) S 25101 25101 24130 0 -1 64 75870 0 0 0 541 29 0 0 16 0 8 0 29546298 826433536 83032 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25113] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25113/stat : 25113 (java) S 25101 25101 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29546299 826433536 83032 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25114] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25114/stat : 25114 (java) S 25101 25101 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29546299 826433536 83032 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25115/stat : 25115 (java) S 25101 25101 24130 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29546302 826433536 83032 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25101 vsize=807064 CPUtime=0.05
/proc/25111/task/25116/stat : 25116 (java) S 25101 25101 24130 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29546302 826433536 83032 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25101 25101 24130 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29546302 826433536 83032 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25101 25101 24130 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29546302 826433536 83032 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.83
Current children cumulated vsize (KiB) 820788

[startup+51.2674 s]
/proc/loadavg: 3.36 3.45 3.07 3/103 25119
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=5.98
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1186 20287 4 32 3 1 569 25 15 0 1 0 29545432 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 3431 809 371 3 0 531 0
[pid=25111] ppid=25101 vsize=807064 CPUtime=41.99
/proc/25111/stat : 25111 (java) S 25101 25101 24130 0 -1 0 151181 0 1 0 4122 77 0 0 18 0 8 0 29546295 826433536 150749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25111/statm: 201766 150749 1495 14 0 189044 0
[pid=25111/tid=25112] ppid=25101 vsize=807064 CPUtime=21.14
/proc/25111/task/25112/stat : 25112 (java) R 25101 25101 24130 0 -1 64 141364 0 0 0 2056 58 0 0 25 0 8 0 29546298 826433536 150749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154035612 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25113] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25113/stat : 25113 (java) S 25101 25101 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29546299 826433536 150749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25114/stat : 25114 (java) S 25101 25101 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29546299 826433536 150749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25115/stat : 25115 (java) S 25101 25101 24130 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29546302 826433536 150749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25101 vsize=807064 CPUtime=0.05
/proc/25111/task/25116/stat : 25116 (java) S 25101 25101 24130 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29546302 826433536 150749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25101 25101 24130 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29546302 826433536 150749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25101 25101 24130 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29546302 826433536 150749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.97
Current children cumulated vsize (KiB) 820788

[startup+102.495 s]
/proc/loadavg: 2.87 3.30 3.04 3/103 25126
/proc/meminfo: memFree=16104/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=5.98
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1186 20287 4 32 3 1 569 25 15 0 1 0 29545432 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 3431 809 371 3 0 531 0
[pid=25111] ppid=25101 vsize=807064 CPUtime=90.79
/proc/25111/stat : 25111 (java) S 25101 25101 24130 0 -1 0 157174 0 1 0 8975 104 0 0 17 0 8 0 29546295 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25111/statm: 201766 156727 1495 14 0 189044 0
[pid=25111/tid=25112] ppid=25101 vsize=807064 CPUtime=66.78
/proc/25111/task/25112/stat : 25112 (java) R 25101 25101 24130 0 -1 64 147342 0 0 0 6595 83 0 0 25 0 8 0 29546298 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154035692 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25113] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25113/stat : 25113 (java) S 25101 25101 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29546299 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25114/stat : 25114 (java) S 25101 25101 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29546299 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25115/stat : 25115 (java) S 25101 25101 24130 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25101 vsize=807064 CPUtime=0.05
/proc/25111/task/25116/stat : 25116 (java) S 25101 25101 24130 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25101 25101 24130 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25101 25101 24130 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.77
Current children cumulated vsize (KiB) 820788

[startup+162.583 s]
/proc/loadavg: 2.92 3.23 3.03 3/103 25133
/proc/meminfo: memFree=14824/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=5.98
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1186 20287 4 32 3 1 569 25 15 0 1 0 29545432 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 3431 809 371 3 0 531 0
[pid=25111] ppid=25101 vsize=807064 CPUtime=150.18
/proc/25111/stat : 25111 (java) S 25101 25101 24130 0 -1 0 157193 0 1 0 14886 132 0 0 16 0 8 0 29546295 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25111/statm: 201766 156727 1495 14 0 189044 0
[pid=25111/tid=25112] ppid=25101 vsize=807064 CPUtime=125.04
/proc/25111/task/25112/stat : 25112 (java) R 25101 25101 24130 0 -1 64 147342 0 0 0 12393 111 0 0 25 0 8 0 29546298 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155215808 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25113] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25113/stat : 25113 (java) S 25101 25101 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29546299 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25114/stat : 25114 (java) S 25101 25101 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29546299 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25115/stat : 25115 (java) S 25101 25101 24130 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25101 vsize=807064 CPUtime=0.05
/proc/25111/task/25116/stat : 25116 (java) S 25101 25101 24130 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25101 25101 24130 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25101 25101 24130 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.16
Current children cumulated vsize (KiB) 820788

[startup+222.67 s]
/proc/loadavg: 3.53 3.34 3.07 3/103 25135
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=5.98
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1186 20287 4 32 3 1 569 25 15 0 1 0 29545432 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 3431 809 371 3 0 531 0
[pid=25111] ppid=25101 vsize=807064 CPUtime=209.61
/proc/25111/stat : 25111 (java) S 25101 25101 24130 0 -1 0 157212 0 1 0 20804 157 0 0 17 0 8 0 29546295 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 201766 156727 1495 14 0 189044 0
[pid=25111/tid=25112] ppid=25101 vsize=807064 CPUtime=184.41
/proc/25111/task/25112/stat : 25112 (java) R 25101 25101 24130 0 -1 64 147342 0 0 0 18305 136 0 0 25 0 8 0 29546298 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155772385 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25113] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25113/stat : 25113 (java) S 25101 25101 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29546299 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25114/stat : 25114 (java) S 25101 25101 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29546299 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25115/stat : 25115 (java) S 25101 25101 24130 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25101 vsize=807064 CPUtime=0.05
/proc/25111/task/25116/stat : 25116 (java) S 25101 25101 24130 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25101 25101 24130 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25101 25101 24130 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.59
Current children cumulated vsize (KiB) 820788

[startup+282.715 s]
/proc/loadavg: 3.34 3.32 3.08 3/103 25135
/proc/meminfo: memFree=16040/2055920 swapFree=4192812/4192956
[pid=25101] ppid=25099 vsize=13724 CPUtime=5.98
/proc/25101/stat : 25101 (sugar) S 25099 25101 24130 0 -1 4194304 1186 20287 4 32 3 1 569 25 15 0 1 0 29545432 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25101/statm: 3431 809 371 3 0 531 0
[pid=25111] ppid=25101 vsize=807064 CPUtime=269.51
/proc/25111/stat : 25111 (java) S 25101 25101 24130 0 -1 0 157232 0 1 0 26772 179 0 0 17 0 8 0 29546295 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25111/statm: 201766 156727 1495 14 0 189044 0
[pid=25111/tid=25112] ppid=25101 vsize=807064 CPUtime=244.3
/proc/25111/task/25112/stat : 25112 (java) R 25101 25101 24130 0 -1 64 147342 0 0 0 24273 157 0 0 25 0 8 0 29546298 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155134388 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25113] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25113/stat : 25113 (java) S 25101 25101 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29546299 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25114] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25114/stat : 25114 (java) S 25101 25101 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29546299 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25115] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25115/stat : 25115 (java) S 25101 25101 24130 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25116] ppid=25101 vsize=807064 CPUtime=0.05
/proc/25111/task/25116/stat : 25116 (java) S 25101 25101 24130 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25111/tid=25117] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25117/stat : 25117 (java) S 25101 25101 24130 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25111/tid=25118] ppid=25101 vsize=807064 CPUtime=0
/proc/25111/task/25118/stat : 25118 (java) S 25101 25101 24130 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29546302 826433536 156727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.49
Current children cumulated vsize (KiB) 820788

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25101 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=726129 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=273958
CPU time returned by wait4() is 6.00009
while last known CPU time is 328.09

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

Real time (s): 335.705
CPU time (s): 328.09
CPU user time (s): 325.73
CPU system time (s): 2.36
CPU usage (%): 97.7316
Max. virtual memory (cumulated for all children) (KiB): 820848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.72613
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21549
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1523
involuntary context switches= 1565

runsolver used 0.421935 s user time and 1.2898 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 18:38:31 UTC 2007


IDJOB= 203244
IDBENCH= 3939
IDSOLVER= 86
FILE ID= node15/203244-1170095909

PBS_JOBID= 3689432

Free space on /tmp= 51048 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  92a99292a229da69be6d44bfb207d02f

RANDOM SEED= 676823948

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.276
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.276
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:        498304 kB
Buffers:          2716 kB
Cached:        1339060 kB
SwapCached:          0 kB
Active:         172280 kB
Inactive:      1305836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        498304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          659552 kB
Writeback:        1404 kB
Mapped:         161872 kB
Slab:            64180 kB
Committed_AS:   551292 kB
PageTables:       2360 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= 45318 MiB



End job on node15 on Mon Jan 29 18:44:07 UTC 2007