Trace number 2092740

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 NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 21.7697 22.1355

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5599.xml
MD5SUM6584fecc6b1a8711c1ea28a78ac7be44
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022996
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Maximum constraint arity15
Maximum domain size84591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)element(98),weightedsum(7)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 13:17:33 2009
0.00/0.08	c 0	PID 30819
0.00/0.08	c 0	HOST node51.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2092740-1247397453.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2092740-1247397453.xml' 'HOME/temp.csp'
0.07/0.47	c 0	107 domains, 120 variables, 3 predicates, 0 relations, 126 constraints
0.07/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.58	c 0	Parsing HOME/temp.csp
0.45/0.63	c 0	parsed 356 expressions
0.45/0.66	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.66	c 0	Converting to clausal form CSP
0.45/0.67	c 0	converted 36 (10%) expressions
0.45/0.67	c 0	converted 72 (20%) expressions
0.45/0.68	c 0	converted 107 (30%) expressions
0.45/0.68	c 0	converted 143 (40%) expressions
0.45/0.68	c 0	converted 178 (50%) expressions
0.45/0.68	c 0	converted 214 (60%) expressions
0.45/0.72	c 0	converted 250 (70%) expressions
0.45/0.91	c 1	converted 285 (80%) expressions
0.45/0.94	c 1	converted 321 (90%) expressions
1.02/1.10	c 1	converted 356 (100%) expressions
1.02/1.10	c 1	CSP : 210 integers, 0 booleans, 908 clauses, largest domain size 30761
1.02/1.11	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.11	c 1	Propagation in CSP
1.11/1.22	c 1	74717 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.22	c 1	CSP : 210 integers, 0 booleans, 908 clauses, largest domain size 12759
1.11/1.22	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.23	c 1	CSP : 210 integers, 38 booleans, 946 clauses, largest domain size 12759
1.11/1.23	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.26	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.27	c 1	21 (10%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.11/1.27	c 1	42 (20%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.11/1.28	c 1	63 (30%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.11/1.28	c 1	84 (40%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.11/1.29	c 1	105 (50%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.21/1.40	c 1	126 (60%) CSP integer variables are encoded (78428 clauses, 1154729 bytes)
1.41/1.51	c 1	147 (70%) CSP integer variables are encoded (142337 clauses, 2198281 bytes)
1.51/1.64	c 1	168 (80%) CSP integer variables are encoded (220091 clauses, 3520099 bytes)
1.61/1.77	c 1	189 (90%) CSP integer variables are encoded (298339 clauses, 4850315 bytes)
1.81/1.92	c 2	210 (100%) CSP integer variables are encoded (384625 clauses, 6317177 bytes)
1.81/1.92	c 2	95 (10%) CSP clauses are encoded (384758 clauses, 6318915 bytes)
1.81/1.93	c 2	190 (20%) CSP clauses are encoded (384855 clauses, 6320177 bytes)
1.81/1.93	c 2	284 (30%) CSP clauses are encoded (384968 clauses, 6321756 bytes)
1.81/1.93	c 2	379 (40%) CSP clauses are encoded (385075 clauses, 6323097 bytes)
1.81/1.94	c 2	473 (50%) CSP clauses are encoded (385169 clauses, 6324268 bytes)
1.81/1.94	c 2	568 (60%) CSP clauses are encoded (385264 clauses, 6325408 bytes)
1.81/1.95	c 2	663 (70%) CSP clauses are encoded (385353 clauses, 6326465 bytes)
2.00/2.15	c 2	757 (80%) CSP clauses are encoded (497387 clauses, 8446152 bytes)
3.19/3.37	c 3	852 (90%) CSP clauses are encoded (1151496 clauses, 21540968 bytes)
4.47/4.65	c 4	946 (100%) CSP clauses are encoded (1829078 clauses, 35545432 bytes)
4.47/4.65	c 4	946 CSP clauses encoded
4.47/4.66	c 4	Writing map file : HOME/temp.map
4.47/4.66	c 4	Heap : 1 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.47/4.66	c 4	SAT : 384859 SAT variables, 1829078 SAT clauses, 35545432 bytes
4.47/4.66	c 4	Heap : 1 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.47/4.69	c 4	SOLVING HOME/temp.cnf
4.47/4.69	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
21.16/21.52	c 21	DECODING HOME/temp.out WITH HOME/temp.map
21.16/21.52	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.20/21.60	c 21	Decoding HOME/temp.out
21.65/22.05	s SATISFIABLE
21.65/22.05	v 6 2 6 1 7 5 5 4 5 4 3 1 7 1 0 0 0 3850 0 0 0 0 0 0 0 600 0 1125 0 5460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5500 0 0 0 0 0 0 0 0 0 0 3900 0 1680 0 0 0 0 0 0 0 0 0 1190 3360 0 880 0 0 0 0 0 2990 0 2380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3200 0 0 0 0 0 0 0 1500 0 5575 5460 5500 5580 5430 5370 4700 5580
21.65/22.06	c 22	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.71/22.12	c 22	CPU 21.72 (0.05 0.02 13.49 8.16)
21.71/22.12	c 22	END Sun Jul 12 13:17:55 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2092740-1247397453/watcher-2092740-1247397453 -o /tmp/evaluation-result-2092740-1247397453/solver-2092740-1247397453 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2092740-1247397453.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.00 4/84 30819
/proc/meminfo: memFree=1750000/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=18576 CPUtime=0
/proc/30819/stat : 30819 (runsolver) R 30817 30819 30506 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26808766 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30819/statm: 4644 284 249 26 0 2626 0

[startup+0.0896341 s]
/proc/loadavg: 1.98 2.00 2.00 4/84 30819
/proc/meminfo: memFree=1750000/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=0.07
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 26808766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101635 s]
/proc/loadavg: 1.98 2.00 2.00 4/84 30819
/proc/meminfo: memFree=1750000/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=0.07
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 26808766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30165 s]
/proc/loadavg: 1.98 2.00 2.00 4/84 30819
/proc/meminfo: memFree=1750000/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=0.07
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 26808766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70169 s]
/proc/loadavg: 1.98 2.00 2.00 4/84 30819
/proc/meminfo: memFree=1750000/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=0.45
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1309 4564 0 1 5 2 35 3 15 0 1 0 26808766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 1.98 2.00 2.00 3/95 30841
/proc/meminfo: memFree=1735448/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=0.45
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1310 4564 0 1 5 2 35 3 15 0 1 0 26808766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1111 409 3 0 796 0
[pid=30832] ppid=30819 vsize=5356 CPUtime=0
/proc/30832/stat : 30832 (sh) S 30819 30819 30506 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26808817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30832/statm: 1339 233 193 169 0 50 0
[pid=30833] ppid=30832 vsize=868576 CPUtime=0.96
/proc/30833/stat : 30833 (java) S 30832 30819 30506 0 -1 0 6460 0 1 0 90 6 0 0 19 0 9 0 26808817 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30833/statm: 217144 5614 2591 9 0 211621 0
[pid=30833/tid=30834] ppid=30832 vsize=868576 CPUtime=0.67
/proc/30833/task/30834/stat : 30834 (java) R 30832 30819 30506 0 -1 64 2816 0 1 0 65 2 0 0 22 0 9 0 26808818 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4126800064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30835] ppid=30832 vsize=868576 CPUtime=0.08
/proc/30833/task/30835/stat : 30835 (java) S 30832 30819 30506 0 -1 64 1470 0 0 0 6 2 0 0 16 0 9 0 26808819 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30836] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30836/stat : 30836 (java) S 30832 30819 30506 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26808819 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30837] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30837/stat : 30837 (java) S 30832 30819 30506 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26808819 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30838] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30838/stat : 30838 (java) S 30832 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26808821 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30839] ppid=30832 vsize=868576 CPUtime=0.18
/proc/30833/task/30839/stat : 30839 (java) S 30832 30819 30506 0 -1 64 1475 0 0 0 17 1 0 0 16 0 9 0 26808821 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30840] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30840/stat : 30840 (java) S 30832 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26808821 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30841] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30841/stat : 30841 (java) S 30832 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26808821 889421824 5614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890800

[startup+3.1029 s]
/proc/loadavg: 1.98 2.00 2.00 3/95 30841
/proc/meminfo: memFree=1726296/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=0.45
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1310 4564 0 1 5 2 35 3 15 0 1 0 26808766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1111 409 3 0 796 0
[pid=30832] ppid=30819 vsize=5356 CPUtime=0
/proc/30832/stat : 30832 (sh) S 30819 30819 30506 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26808817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30832/statm: 1339 233 193 169 0 50 0
[pid=30833] ppid=30832 vsize=868576 CPUtime=2.55
/proc/30833/stat : 30833 (java) S 30832 30819 30506 0 -1 0 6914 0 1 0 236 19 0 0 19 0 9 0 26808817 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30833/statm: 217144 5636 2591 9 0 211621 0
[pid=30833/tid=30834] ppid=30832 vsize=868576 CPUtime=2.1
/proc/30833/task/30834/stat : 30834 (java) R 30832 30819 30506 0 -1 64 3250 0 1 0 199 11 0 0 25 0 9 0 26808818 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 102094012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30835] ppid=30832 vsize=868576 CPUtime=0.19
/proc/30833/task/30835/stat : 30835 (java) S 30832 30819 30506 0 -1 64 1470 0 0 0 14 5 0 0 16 0 9 0 26808819 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30836] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30836/stat : 30836 (java) S 30832 30819 30506 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26808819 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30837] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30837/stat : 30837 (java) S 30832 30819 30506 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26808819 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30838] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30838/stat : 30838 (java) S 30832 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26808821 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30839] ppid=30832 vsize=868576 CPUtime=0.22
/proc/30833/task/30839/stat : 30839 (java) S 30832 30819 30506 0 -1 64 1495 0 0 0 21 1 0 0 16 0 9 0 26808821 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30840] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30840/stat : 30840 (java) S 30832 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26808821 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30833/tid=30841] ppid=30832 vsize=868576 CPUtime=0
/proc/30833/task/30841/stat : 30841 (java) S 30832 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26808821 889421824 5636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890800

[startup+6.30119 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 30843
/proc/meminfo: memFree=1701592/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=4.55
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1365 12232 0 2 5 2 411 37 16 0 1 0 26808766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1113 409 3 0 796 0
[pid=30842] ppid=30819 vsize=5356 CPUtime=0
/proc/30842/stat : 30842 (sh) S 30819 30819 30506 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26809235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30842/statm: 1339 232 193 169 0 50 0
[pid=30843] ppid=30842 vsize=23468 CPUtime=1.57
/proc/30843/stat : 30843 (picosat) R 30842 30819 30506 0 -1 4194304 5240 0 0 0 72 85 0 0 25 0 1 0 26809236 24031232 5226 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30843/statm: 5867 5226 40 102 0 5762 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 45692

[startup+12.7028 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 30843
/proc/meminfo: memFree=1661848/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=4.55
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1365 12232 0 2 5 2 411 37 16 0 1 0 26808766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1113 409 3 0 796 0
[pid=30842] ppid=30819 vsize=5356 CPUtime=0
/proc/30842/stat : 30842 (sh) S 30819 30819 30506 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26809235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30842/statm: 1339 232 193 169 0 50 0
[pid=30843] ppid=30842 vsize=60928 CPUtime=7.9
/proc/30843/stat : 30843 (picosat) R 30842 30819 30506 0 -1 4194304 12928 0 0 0 368 422 0 0 25 0 1 0 26809236 62390272 12914 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30843/statm: 15232 12914 40 102 0 15127 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 83152

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

[startup+19.1013 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 30843
/proc/meminfo: memFree=1641048/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=4.55
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1365 12232 0 2 5 2 411 37 16 0 1 0 26808766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1113 409 3 0 796 0
[pid=30842] ppid=30819 vsize=5356 CPUtime=0
/proc/30842/stat : 30842 (sh) S 30819 30819 30506 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26809235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30842/statm: 1339 232 193 169 0 50 0
[pid=30843] ppid=30842 vsize=80928 CPUtime=14.23
/proc/30843/stat : 30843 (picosat) R 30842 30819 30506 0 -1 4194304 17874 0 0 0 654 769 0 0 25 0 1 0 26809236 82870272 17860 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30843/statm: 20232 17860 40 102 0 20127 0
Current children cumulated CPU time (s) 18.78
Current children cumulated vsize (KiB) 103152

[startup+20.7025 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 30843
/proc/meminfo: memFree=1637848/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=4.55
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1365 12232 0 2 5 2 411 37 16 0 1 0 26808766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1113 409 3 0 796 0
[pid=30842] ppid=30819 vsize=5356 CPUtime=0
/proc/30842/stat : 30842 (sh) S 30819 30819 30506 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26809235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30842/statm: 1339 232 193 169 0 50 0
[pid=30843] ppid=30842 vsize=89616 CPUtime=15.82
/proc/30843/stat : 30843 (picosat) R 30842 30819 30506 0 -1 4194304 18390 0 0 0 809 773 0 0 25 0 1 0 26809236 91766784 18376 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/30843/statm: 22404 18376 42 102 0 22299 0
Current children cumulated CPU time (s) 20.37
Current children cumulated vsize (KiB) 111840

[startup+21.5026 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 30843
/proc/meminfo: memFree=1637528/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=4.55
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1365 12232 0 2 5 2 411 37 16 0 1 0 26808766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1113 409 3 0 796 0
[pid=30842] ppid=30819 vsize=5356 CPUtime=0
/proc/30842/stat : 30842 (sh) S 30819 30819 30506 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26809235 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30842/statm: 1339 232 193 169 0 50 0
[pid=30843] ppid=30842 vsize=85388 CPUtime=16.61
/proc/30843/stat : 30843 (picosat) R 30842 30819 30506 0 -1 4194304 18476 0 0 0 886 775 0 0 25 0 1 0 26809236 87437312 17599 996147200 134512640 134931368 4294956256 18446744073709551615 134580084 0 0 4096 0 0 0 0 17 1 0 0
/proc/30843/statm: 21347 17599 47 102 0 21242 0
Current children cumulated CPU time (s) 21.16
Current children cumulated vsize (KiB) 107612

[startup+21.9026 s]
/proc/loadavg: 1.98 2.00 2.00 3/95 30853
/proc/meminfo: memFree=1702936/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=21.2
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1446 30994 0 2 5 2 1299 814 16 0 1 0 26808766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1113 409 3 0 796 0
[pid=30844] ppid=30819 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30819 30819 30506 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 26810918 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=862284 CPUtime=0.35
/proc/30845/stat : 30845 (java) S 30844 30819 30506 0 -1 0 3116 0 1 0 34 1 0 0 18 0 9 0 26810919 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 215571 2581 1285 9 0 210484 0
[pid=30845/tid=30846] ppid=30844 vsize=862284 CPUtime=0.31
/proc/30845/task/30846/stat : 30846 (java) R 30844 30819 30506 0 -1 64 2054 0 1 0 30 1 0 0 21 0 9 0 26810920 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4126473135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=862284 CPUtime=0
/proc/30845/task/30847/stat : 30847 (java) S 30844 30819 30506 0 -1 64 66 0 0 0 0 0 0 0 16 0 9 0 26810921 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=862284 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30819 30506 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 26810921 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=862284 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30819 30506 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 26810921 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=862284 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26810923 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=862284 CPUtime=0.03
/proc/30845/task/30851/stat : 30851 (java) S 30844 30819 30506 0 -1 64 302 0 0 0 3 0 0 0 16 0 9 0 26810923 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=862284 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30819 30506 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26810923 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=862284 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26810923 882978816 2581 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.55
Current children cumulated vsize (KiB) 884508

[startup+22.1026 s]
/proc/loadavg: 1.98 2.00 2.00 3/95 30853
/proc/meminfo: memFree=1702936/2055920 swapFree=4192812/4192956
[pid=30819] ppid=30817 vsize=16868 CPUtime=21.2
/proc/30819/stat : 30819 (sugar) S 30817 30819 30506 0 -1 4194304 1449 30994 0 2 5 2 1299 814 15 0 1 0 26808766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30819/statm: 4217 1113 409 3 0 796 0
[pid=30844] ppid=30819 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30819 30819 30506 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 26810918 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=864120 CPUtime=0.51
/proc/30845/stat : 30845 (java) S 30844 30819 30506 0 -1 0 3685 0 1 0 49 2 0 0 18 0 9 0 26810919 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 216030 3143 1722 9 0 210535 0
[pid=30845/tid=30846] ppid=30844 vsize=864120 CPUtime=0.45
/proc/30845/task/30846/stat : 30846 (java) S 30844 30819 30506 0 -1 64 2571 0 1 0 44 1 0 0 23 0 9 0 26810920 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=864120 CPUtime=0
/proc/30845/task/30847/stat : 30847 (java) S 30844 30819 30506 0 -1 64 114 0 0 0 0 0 0 0 16 0 9 0 26810921 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=864120 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30819 30506 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 26810921 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=864120 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30819 30506 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 26810921 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=864120 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26810923 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=864120 CPUtime=0.04
/proc/30845/task/30851/stat : 30851 (java) S 30844 30819 30506 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 26810923 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=864120 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30819 30506 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26810923 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=864120 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30819 30506 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26810923 884858880 3143 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.71
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 22.1355
CPU time (s): 21.7697
CPU user time (s): 13.5529
CPU system time (s): 8.21675
CPU usage (%): 98.3472
Max. virtual memory (cumulated for all children) (KiB): 890800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5529
system time used= 8.21675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36505
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9994
involuntary context switches= 10740

runsolver used 0.032994 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 13:17:33
IDJOB=2092740
IDBENCH=66163
IDSOLVER=738
FILE ID=node51/2092740-1247397453
PBS_JOBID= 9507427
Free space on /tmp= 66204 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/CabinetStart1/normalized-cabinet-5599.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092740-1247397453/watcher-2092740-1247397453 -o /tmp/evaluation-result-2092740-1247397453/solver-2092740-1247397453 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2092740-1247397453.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6584fecc6b1a8711c1ea28a78ac7be44
RANDOM SEED=980800620

node51.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.225
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.225
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:       1750480 kB
Buffers:         35676 kB
Cached:          95088 kB
SwapCached:          0 kB
Active:         207280 kB
Inactive:        44760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:         136900 kB
Slab:            38560 kB
Committed_AS:   913044 kB
PageTables:       1988 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= 66204 MiB
End job on node51 at 2009-07-12 13:17:55