Trace number 1108452

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 19.9179 21.1595

General information on the benchmark

Namecsp/marc/
normalized-large-80-unsat_ext.xml
MD5SUMb719d2b3c41beb681ae3ea204dbc7a84
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints780
Best CPU time to get the best result obtained on this benchmark1610.07
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints3160
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension3160
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 15:14:47 2008
0.00/0.04	c 0	PID 14334
0.03/0.05	c 0	HOST node57.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1108452-1215782081.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108452-1215782081.xml' 'HOME/temp.csp'
13.72/14.39	c 14	1 domains, 80 variables, 0 predicates, 2501 relations, 3160 constraints
13.80/14.47	c 14	ENCODING HOME/temp.csp TO HOME/temp.cnf
13.80/14.47	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
13.83/14.66	c 15	Parsing HOME/temp.csp
19.88/20.74	c ERROR INTERRUPTED
13.83/21.15	s UNKNOWN
13.83/21.15	c 21	CPU 13.17 (0.02 0.01 13.15 0.66)
13.83/21.15	c 21	END Fri Jul 11 15:15:08 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108452-1215782081/watcher-1108452-1215782081 -o /tmp/evaluation-result-1108452-1215782081/solver-1108452-1215782081 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108452-1215782081.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.43 2.13 2.01 4/80 14334
/proc/meminfo: memFree=1338176/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=12000 CPUtime=0
/proc/14334/stat : 14334 (sugar) R 14332 14334 13860 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 34907236 12288000 169 996147200 4194304 4206940 548682068592 18446744073709551615 218094432907 0 0 4224 0 0 0 0 17 1 0 0
/proc/14334/statm: 3000 169 130 3 0 100 0

[startup+0.0505091 s]
/proc/loadavg: 2.43 2.13 2.01 4/80 14334
/proc/meminfo: memFree=1338176/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=0.03
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 34907236 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102215 s]
/proc/loadavg: 2.43 2.13 2.01 4/80 14334
/proc/meminfo: memFree=1338176/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=0.03
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34907236 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301232 s]
/proc/loadavg: 2.43 2.13 2.01 4/80 14334
/proc/meminfo: memFree=1338176/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=0.03
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34907236 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701267 s]
/proc/loadavg: 2.43 2.13 2.01 4/80 14334
/proc/meminfo: memFree=1338176/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=0.03
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34907236 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.43 2.13 2.01 5/91 14346
/proc/meminfo: memFree=1305128/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=0.03
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34907236 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 796 370 3 0 500 0
[pid=14337] ppid=14334 vsize=5356 CPUtime=0
/proc/14337/stat : 14337 (sh) S 14334 14334 13860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34907242 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14337/statm: 1339 233 193 169 0 50 0
[pid=14338] ppid=14337 vsize=864652 CPUtime=1.22
/proc/14338/stat : 14338 (java) S 14337 14334 13860 0 -1 0 22836 0 1 0 107 15 0 0 18 0 9 0 34907242 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14338/statm: 216163 22109 2528 9 0 210745 0
[pid=14338/tid=14339] ppid=14337 vsize=864652 CPUtime=0.84
/proc/14338/task/14339/stat : 14339 (java) R 14337 14334 13860 0 -1 64 3266 0 1 0 78 6 0 0 25 0 9 0 34907247 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4126442012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14340] ppid=14337 vsize=864652 CPUtime=0.26
/proc/14338/task/14340/stat : 14340 (java) S 14337 14334 13860 0 -1 64 18401 0 0 0 19 7 0 0 16 0 9 0 34907263 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14341] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14341/stat : 14341 (java) S 14337 14334 13860 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 34907263 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14342] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14342/stat : 14342 (java) S 14337 14334 13860 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34907263 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14343] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14343/stat : 14343 (java) S 14337 14334 13860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 34907265 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14344] ppid=14337 vsize=864652 CPUtime=0.09
/proc/14338/task/14344/stat : 14344 (java) S 14337 14334 13860 0 -1 64 471 0 0 0 9 0 0 0 16 0 9 0 34907265 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14345] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14345/stat : 14345 (java) S 14337 14334 13860 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 34907265 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14346] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14346/stat : 14346 (java) S 14337 14334 13860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34907265 885403648 22109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 883608

[startup+3.10248 s]
/proc/loadavg: 2.43 2.13 2.01 4/91 14346
/proc/meminfo: memFree=1222696/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=0.03
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34907236 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 796 370 3 0 500 0
[pid=14337] ppid=14334 vsize=5356 CPUtime=0
/proc/14337/stat : 14337 (sh) S 14334 14334 13860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34907242 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14337/statm: 1339 233 193 169 0 50 0
[pid=14338] ppid=14337 vsize=864652 CPUtime=2.82
/proc/14338/stat : 14338 (java) S 14337 14334 13860 0 -1 0 32726 0 1 0 259 23 0 0 18 0 9 0 34907242 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14338/statm: 216163 31957 2529 9 0 210745 0
[pid=14338/tid=14339] ppid=14337 vsize=864652 CPUtime=2.25
/proc/14338/task/14339/stat : 14339 (java) R 14337 14334 13860 0 -1 64 3887 0 1 0 215 10 0 0 25 0 9 0 34907247 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4126753217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14340] ppid=14337 vsize=864652 CPUtime=0.39
/proc/14338/task/14340/stat : 14340 (java) S 14337 14334 13860 0 -1 64 27638 0 0 0 28 11 0 0 16 0 9 0 34907263 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14341] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14341/stat : 14341 (java) S 14337 14334 13860 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 34907263 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14342] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14342/stat : 14342 (java) S 14337 14334 13860 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34907263 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14343] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14343/stat : 14343 (java) S 14337 14334 13860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 34907265 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14344] ppid=14337 vsize=864652 CPUtime=0.15
/proc/14338/task/14344/stat : 14344 (java) S 14337 14334 13860 0 -1 64 503 0 0 0 15 0 0 0 16 0 9 0 34907265 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14345] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14345/stat : 14345 (java) S 14337 14334 13860 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 34907265 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14346] ppid=14337 vsize=864652 CPUtime=0
/proc/14338/task/14346/stat : 14346 (java) S 14337 14334 13860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34907265 885403648 31957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 883608

[startup+6.30276 s]
/proc/loadavg: 2.47 2.14 2.01 4/91 14346
/proc/meminfo: memFree=1182952/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=0.03
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34907236 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 796 370 3 0 500 0
[pid=14337] ppid=14334 vsize=5356 CPUtime=0
/proc/14337/stat : 14337 (sh) S 14334 14334 13860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34907242 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14337/statm: 1339 233 193 169 0 50 0
[pid=14338] ppid=14337 vsize=864712 CPUtime=5.98
/proc/14338/stat : 14338 (java) S 14337 14334 13860 0 -1 0 39457 0 1 0 564 34 0 0 18 0 9 0 34907242 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14338/statm: 216178 38531 2529 9 0 210760 0
[pid=14338/tid=14339] ppid=14337 vsize=864712 CPUtime=5.17
/proc/14338/task/14339/stat : 14339 (java) R 14337 14334 13860 0 -1 64 4736 0 1 0 499 18 0 0 25 0 9 0 34907247 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4126737029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14340] ppid=14337 vsize=864712 CPUtime=0.59
/proc/14338/task/14340/stat : 14340 (java) S 14337 14334 13860 0 -1 64 33498 0 0 0 45 14 0 0 16 0 9 0 34907263 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14341] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14341/stat : 14341 (java) S 14337 14334 13860 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 34907263 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14342] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14342/stat : 14342 (java) S 14337 14334 13860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 34907263 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14343] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14343/stat : 14343 (java) S 14337 14334 13860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 34907265 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14344] ppid=14337 vsize=864712 CPUtime=0.2
/proc/14338/task/14344/stat : 14344 (java) S 14337 14334 13860 0 -1 64 525 0 0 0 19 1 0 0 16 0 9 0 34907265 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14345] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14345/stat : 14345 (java) S 14337 14334 13860 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 34907265 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14346] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14346/stat : 14346 (java) S 14337 14334 13860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34907265 885465088 38531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 883668

[startup+12.7013 s]
/proc/loadavg: 2.43 2.14 2.01 3/91 14346
/proc/meminfo: memFree=1095400/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=0.03
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34907236 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 796 370 3 0 500 0
[pid=14337] ppid=14334 vsize=5356 CPUtime=0
/proc/14337/stat : 14337 (sh) S 14334 14334 13860 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34907242 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14337/statm: 1339 233 193 169 0 50 0
[pid=14338] ppid=14337 vsize=864712 CPUtime=12.3
/proc/14338/stat : 14338 (java) S 14337 14334 13860 0 -1 0 52153 0 1 0 1174 56 0 0 18 0 9 0 34907242 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14338/statm: 216178 51109 2529 9 0 210760 0
[pid=14338/tid=14339] ppid=14337 vsize=864712 CPUtime=11.16
/proc/14338/task/14339/stat : 14339 (java) R 14337 14334 13860 0 -1 64 4854 0 1 0 1084 32 0 0 25 0 9 0 34907247 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4126372692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14340] ppid=14337 vsize=864712 CPUtime=0.89
/proc/14338/task/14340/stat : 14340 (java) S 14337 14334 13860 0 -1 64 46069 0 0 0 68 21 0 0 16 0 9 0 34907263 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14341] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14341/stat : 14341 (java) S 14337 14334 13860 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 34907263 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14342] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14342/stat : 14342 (java) S 14337 14334 13860 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 34907263 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14343] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14343/stat : 14343 (java) S 14337 14334 13860 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 34907265 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14344] ppid=14337 vsize=864712 CPUtime=0.22
/proc/14338/task/14344/stat : 14344 (java) S 14337 14334 13860 0 -1 64 532 0 0 0 21 1 0 0 16 0 9 0 34907265 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14345] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14345/stat : 14345 (java) S 14337 14334 13860 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 34907265 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14338/tid=14346] ppid=14337 vsize=864712 CPUtime=0
/proc/14338/task/14346/stat : 14346 (java) S 14337 14334 13860 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34907265 885465088 51109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 883668



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+20.702 s]
/proc/loadavg: 2.52 2.17 2.02 5/91 14356
/proc/meminfo: memFree=1113384/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=13.83
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 974 55478 0 1 2 1 1315 65 16 0 1 0 34907236 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 797 370 3 0 500 0
[pid=14347] ppid=14334 vsize=5356 CPUtime=0
/proc/14347/stat : 14347 (sh) S 14334 14334 13860 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 34908684 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 1339 233 193 169 0 50 0
[pid=14348] ppid=14347 vsize=904980 CPUtime=6.05
/proc/14348/stat : 14348 (java) S 14347 14334 13860 0 -1 0 53210 0 1 0 581 24 0 0 20 0 9 0 34908684 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14348/statm: 226245 42250 2532 9 0 220827 0
[pid=14348/tid=14349] ppid=14347 vsize=904980 CPUtime=3.4
/proc/14348/task/14349/stat : 14349 (java) R 14347 14334 13860 0 -1 64 3532 0 1 0 337 3 0 0 25 0 9 0 34908685 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14347 vsize=904980 CPUtime=2.55
/proc/14348/task/14350/stat : 14350 (java) R 14347 14334 13860 0 -1 64 48657 0 0 0 236 19 0 0 16 0 9 0 34908697 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 104180239 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14347 14334 13860 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34908697 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14347 14334 13860 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34908697 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14347 14334 13860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34908699 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14347 vsize=904980 CPUtime=0.06
/proc/14348/task/14354/stat : 14354 (java) S 14347 14334 13860 0 -1 64 325 0 0 0 6 0 0 0 16 0 9 0 34908699 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14347 14334 13860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34908699 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14347 14334 13860 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34908699 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.88
Current children cumulated vsize (KiB) 923936

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+20.702 s]
/proc/loadavg: 2.52 2.17 2.02 5/91 14356
/proc/meminfo: memFree=1113384/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=13.83
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 974 55478 0 1 2 1 1315 65 16 0 1 0 34907236 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 797 370 3 0 500 0
[pid=14347] ppid=14334 vsize=5356 CPUtime=0
/proc/14347/stat : 14347 (sh) S 14334 14334 13860 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 34908684 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14347/statm: 1339 233 193 169 0 50 0
[pid=14348] ppid=14347 vsize=904980 CPUtime=6.05
/proc/14348/stat : 14348 (java) S 14347 14334 13860 0 -1 0 53210 0 1 0 581 24 0 0 20 0 9 0 34908684 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14348/statm: 226245 42250 2532 9 0 220827 0
[pid=14348/tid=14349] ppid=14347 vsize=904980 CPUtime=3.4
/proc/14348/task/14349/stat : 14349 (java) R 14347 14334 13860 0 -1 64 3532 0 1 0 337 3 0 0 25 0 9 0 34908685 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14347 vsize=904980 CPUtime=2.55
/proc/14348/task/14350/stat : 14350 (java) R 14347 14334 13860 0 -1 64 48657 0 0 0 236 19 0 0 16 0 9 0 34908697 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 104180239 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14347 14334 13860 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34908697 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14347 14334 13860 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34908697 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14347 14334 13860 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34908699 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14347 vsize=904980 CPUtime=0.06
/proc/14348/task/14354/stat : 14354 (java) S 14347 14334 13860 0 -1 64 325 0 0 0 6 0 0 0 16 0 9 0 34908699 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14347 14334 13860 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 34908699 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14347 vsize=904980 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14347 14334 13860 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 34908699 926699520 42250 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.88
Current children cumulated vsize (KiB) 923936

# WARNING:
# current cumulated CPU time (13.83 s) is less than in the last sample (19.88 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (6.05 s) to the 'lost time'.

[startup+20.825 s]
/proc/loadavg: 2.52 2.17 2.02 5/92 14357
/proc/meminfo: memFree=1113568/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=13.83
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 982 55478 0 1 2 1 1315 65 16 0 1 0 34907236 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 797 370 3 0 500 0
[pid=14347] ppid=14334 vsize=0 CPUtime=0
/proc/14347/stat : 14347 (sh) Z 14334 14334 13860 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 34908684 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14347/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 13600

Solver just ended. Dumping a history of the last processes samples

[startup+21.001 s]
/proc/loadavg: 2.52 2.17 2.02 5/92 14357
/proc/meminfo: memFree=1113568/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=13.83
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 982 55478 0 1 2 1 1315 65 16 0 1 0 34907236 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 797 370 3 0 500 0
[pid=14347] ppid=14334 vsize=0 CPUtime=0
/proc/14347/stat : 14347 (sh) Z 14334 14334 13860 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 34908684 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14347/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 13600

[startup+21.1011 s]
/proc/loadavg: 2.52 2.17 2.02 5/92 14357
/proc/meminfo: memFree=1113568/2055920 swapFree=4192812/4192956
[pid=14334] ppid=14332 vsize=13600 CPUtime=13.83
/proc/14334/stat : 14334 (sugar) S 14332 14334 13860 0 -1 4194304 982 55478 0 1 2 1 1315 65 16 0 1 0 34907236 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14334/statm: 3400 797 370 3 0 500 0
[pid=14347] ppid=14334 vsize=0 CPUtime=0
/proc/14347/stat : 14347 (sh) Z 14334 14334 13860 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 34908684 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14347/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 6.05
#  lost CPU user time (s): 5.81
#  lost CPU system time (s): 0.24

Real time (s): 21.1595
CPU time (s): 19.9179
CPU user time (s): 18.999
CPU system time (s): 0.918896
CPU usage (%): 94.1322
Max. virtual memory (cumulated for all children) (KiB): 923936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.189
system time used= 0.678896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56785
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3158
involuntary context switches= 4109

runsolver used 0.026995 second user time and 0.092985 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-11 15:14:47
IDJOB=1108452
IDBENCH=60721
IDSOLVER=368
FILE ID=node57/1108452-1215782081
PBS_JOBID= 7903087
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/marc/normalized-large-80-unsat_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108452-1215782081/watcher-1108452-1215782081 -o /tmp/evaluation-result-1108452-1215782081/solver-1108452-1215782081 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108452-1215782081.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b719d2b3c41beb681ae3ea204dbc7a84
RANDOM SEED=1111000185

node57.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.234
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.234
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:       1338528 kB
Buffers:         44828 kB
Cached:         497200 kB
SwapCached:          0 kB
Active:         433484 kB
Inactive:       216404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1338528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           46820 kB
Writeback:           0 kB
Mapped:         128144 kB
Slab:            52752 kB
Committed_AS:   934132 kB
PageTables:       1960 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= 66500 MiB
End job on node57 at 2008-07-11 15:15:10