Trace number 2070113

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 20.6199 20.92

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg4-6_ext.xml
MD5SUMe545d24dcc35015390cc7cec30b8dc0c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.033994
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints10
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:24:54 2009
0.00/0.08	c 0	PID 14327
0.07/0.08	c 0	HOST node48.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2070113-1247351094.xml TO HOME/temp.csp
0.07/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-2070113-1247351094.xml' 'HOME/temp.csp'
0.07/0.31	c 0	1 domains, 24 variables, 0 predicates, 2 relations, 10 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	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.28/0.43	c 0	Parsing HOME/temp.csp
0.28/0.56	c 0	parsed 37 expressions
0.28/0.57	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.57	c 0	Converting to clausal form CSP
0.28/0.59	c 0	converted 4 (10%) expressions
0.28/0.59	c 0	converted 8 (20%) expressions
0.28/0.59	c 0	converted 12 (30%) expressions
0.28/0.59	c 0	converted 15 (40%) expressions
0.28/0.59	c 0	converted 19 (50%) expressions
0.28/0.59	c 0	converted 23 (60%) expressions
0.28/0.59	c 0	converted 26 (70%) expressions
0.28/0.64	c 0	converted 30 (80%) expressions
0.28/0.75	c 1	converted 34 (90%) expressions
0.28/0.92	c 1	converted 37 (100%) expressions
0.28/0.92	c 1	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
0.28/0.92	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.92	c 1	Propagation in CSP
0.28/0.92	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.92	c 1	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
0.28/0.92	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.92	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.92	c 1	CSP : 24 integers, 0 booleans, 10 clauses, largest domain size 26
0.28/0.92	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.99	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.00	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.90/1.01	c 1	5 (20%) CSP integer variables are encoded (120 clauses, 1176 bytes)
0.90/1.01	c 1	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
0.90/1.01	c 1	10 (40%) CSP integer variables are encoded (240 clauses, 2496 bytes)
0.90/1.01	c 1	12 (50%) CSP integer variables are encoded (288 clauses, 3024 bytes)
0.90/1.01	c 1	15 (60%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.90/1.02	c 1	17 (70%) CSP integer variables are encoded (408 clauses, 4344 bytes)
0.90/1.02	c 1	20 (80%) CSP integer variables are encoded (480 clauses, 5136 bytes)
0.90/1.02	c 1	22 (90%) CSP integer variables are encoded (528 clauses, 5664 bytes)
0.90/1.02	c 1	24 (100%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.00/1.17	c 1	1 (10%) CSP clauses are encoded (4755 clauses, 123689 bytes)
1.10/1.28	c 1	2 (20%) CSP clauses are encoded (8934 clauses, 244677 bytes)
1.19/1.39	c 1	3 (30%) CSP clauses are encoded (13113 clauses, 365665 bytes)
1.30/1.48	c 1	4 (40%) CSP clauses are encoded (17292 clauses, 486737 bytes)
1.40/1.58	c 1	5 (50%) CSP clauses are encoded (21471 clauses, 615704 bytes)
1.49/1.68	c 2	6 (60%) CSP clauses are encoded (25650 clauses, 744671 bytes)
5.06/5.26	c 5	7 (70%) CSP clauses are encoded (56622 clauses, 1794220 bytes)
8.63/8.86	c 9	8 (80%) CSP clauses are encoded (87594 clauses, 3098172 bytes)
12.09/12.31	c 12	9 (90%) CSP clauses are encoded (118566 clauses, 4402124 bytes)
15.55/15.87	c 16	10 (100%) CSP clauses are encoded (149538 clauses, 5706076 bytes)
15.55/15.87	c 16	10 CSP clauses encoded
15.55/15.87	c 16	Writing map file : HOME/temp.map
15.55/15.87	c 16	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.55/15.87	c 16	SAT : 600 SAT variables, 149538 SAT clauses, 5706076 bytes
15.55/15.87	c 16	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.55/15.88	c 16	SOLVING HOME/temp.cnf
15.55/15.88	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
20.41/20.74	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.41/20.74	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'
20.51/20.83	c 21	Decoding HOME/temp.out
20.51/20.86	s SATISFIABLE
20.51/20.86	v 6 17 0 7 0 12 13 0 3 8 13 4 0 21 4 18 19 0 19 4 13 18 4 3
20.51/20.87	c 21	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.58/20.91	c 21	CPU 20.59 (0.06 0.01 18.53 1.99)
20.58/20.91	c 21	END Sun Jul 12 00:25:15 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-2070113-1247351094/watcher-2070113-1247351094 -o /tmp/evaluation-result-2070113-1247351094/solver-2070113-1247351094 -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-2070113-1247351094.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.81 2.00 1.99 4/80 14327
/proc/meminfo: memFree=325856/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=18576 CPUtime=0
/proc/14327/stat : 14327 (runsolver) R 14325 14327 14110 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22173538 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14327/statm: 4644 284 249 26 0 2626 0

[startup+0.0836669 s]
/proc/loadavg: 1.81 2.00 1.99 4/80 14327
/proc/meminfo: memFree=325856/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16740 CPUtime=0.07
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 22173538 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10235 s]
/proc/loadavg: 1.81 2.00 1.99 4/80 14327
/proc/meminfo: memFree=325856/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=0.07
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22173538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301035 s]
/proc/loadavg: 1.81 2.00 1.99 4/80 14327
/proc/meminfo: memFree=325856/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=0.07
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22173538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701081 s]
/proc/loadavg: 1.81 2.00 1.99 4/80 14327
/proc/meminfo: memFree=325856/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=0.28
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1310 4790 0 1 6 1 18 3 16 0 1 0 22173538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50215 s]
/proc/loadavg: 1.81 2.00 1.99 3/91 14349
/proc/meminfo: memFree=306184/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=0.28
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1310 4790 0 1 6 1 18 3 15 0 1 0 22173538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1111 409 3 0 796 0
[pid=14340] ppid=14327 vsize=5356 CPUtime=0
/proc/14340/stat : 14340 (sh) S 14327 14327 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22173573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14340/statm: 1339 233 193 169 0 50 0
[pid=14341] ppid=14340 vsize=864464 CPUtime=1.12
/proc/14341/stat : 14341 (java) S 14340 14327 14110 0 -1 0 7609 0 1 0 108 4 0 0 18 0 9 0 22173574 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14341/statm: 216116 6826 2590 9 0 210593 0
[pid=14341/tid=14342] ppid=14340 vsize=864464 CPUtime=0.71
/proc/14341/task/14342/stat : 14342 (java) R 14340 14327 14110 0 -1 64 2766 0 1 0 70 1 0 0 21 0 9 0 22173575 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4126569876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14343] ppid=14340 vsize=864464 CPUtime=0.29
/proc/14341/task/14343/stat : 14343 (java) S 14340 14327 14110 0 -1 64 3806 0 0 0 28 1 0 0 16 0 9 0 22173576 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14344] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14344/stat : 14344 (java) S 14340 14327 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22173576 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14345] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14345/stat : 14345 (java) S 14340 14327 14110 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22173576 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14346] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14346/stat : 14346 (java) S 14340 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22173578 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14347] ppid=14340 vsize=864464 CPUtime=0.09
/proc/14341/task/14347/stat : 14347 (java) S 14340 14327 14110 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 22173578 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14348] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14348/stat : 14348 (java) S 14340 14327 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22173578 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14349] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14349/stat : 14349 (java) S 14340 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22173578 885211136 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886688

[startup+3.10229 s]
/proc/loadavg: 1.81 2.00 1.99 3/91 14349
/proc/meminfo: memFree=302024/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=0.28
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1310 4790 0 1 6 1 18 3 15 0 1 0 22173538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1111 409 3 0 796 0
[pid=14340] ppid=14327 vsize=5356 CPUtime=0
/proc/14340/stat : 14340 (sh) S 14327 14327 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22173573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14340/statm: 1339 233 193 169 0 50 0
[pid=14341] ppid=14340 vsize=864464 CPUtime=2.7
/proc/14341/stat : 14341 (java) S 14340 14327 14110 0 -1 0 8522 0 1 0 265 5 0 0 18 0 9 0 22173574 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14341/statm: 216116 7680 2590 9 0 210593 0
[pid=14341/tid=14342] ppid=14340 vsize=864464 CPUtime=2.24
/proc/14341/task/14342/stat : 14342 (java) R 14340 14327 14110 0 -1 64 2825 0 1 0 223 1 0 0 25 0 9 0 22173575 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4126565103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14343] ppid=14340 vsize=864464 CPUtime=0.34
/proc/14341/task/14343/stat : 14343 (java) S 14340 14327 14110 0 -1 64 4660 0 0 0 32 2 0 0 16 0 9 0 22173576 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14344] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14344/stat : 14344 (java) S 14340 14327 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22173576 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14345] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14345/stat : 14345 (java) S 14340 14327 14110 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22173576 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14346] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14346/stat : 14346 (java) S 14340 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22173578 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14347] ppid=14340 vsize=864464 CPUtime=0.09
/proc/14341/task/14347/stat : 14347 (java) S 14340 14327 14110 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 22173578 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14348] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14348/stat : 14348 (java) S 14340 14327 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22173578 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14349] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14349/stat : 14349 (java) S 14340 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22173578 885211136 7680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886688

[startup+6.30159 s]
/proc/loadavg: 1.82 2.00 1.99 3/91 14349
/proc/meminfo: memFree=299208/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=0.28
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1310 4790 0 1 6 1 18 3 16 0 1 0 22173538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1111 409 3 0 796 0
[pid=14340] ppid=14327 vsize=5356 CPUtime=0
/proc/14340/stat : 14340 (sh) S 14327 14327 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22173573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14340/statm: 1339 233 193 169 0 50 0
[pid=14341] ppid=14340 vsize=864464 CPUtime=5.87
/proc/14341/stat : 14341 (java) S 14340 14327 14110 0 -1 0 8793 0 1 0 580 7 0 0 18 0 9 0 22173574 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14341/statm: 216116 7828 2589 9 0 210593 0
[pid=14341/tid=14342] ppid=14340 vsize=864464 CPUtime=5.26
/proc/14341/task/14342/stat : 14342 (java) R 14340 14327 14110 0 -1 64 2930 0 1 0 523 3 0 0 25 0 9 0 22173575 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4126565076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14343] ppid=14340 vsize=864464 CPUtime=0.5
/proc/14341/task/14343/stat : 14343 (java) S 14340 14327 14110 0 -1 64 4826 0 0 0 47 3 0 0 16 0 9 0 22173576 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14344] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14344/stat : 14344 (java) S 14340 14327 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22173576 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14345] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14345/stat : 14345 (java) S 14340 14327 14110 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22173576 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14346] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14346/stat : 14346 (java) S 14340 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22173578 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14347] ppid=14340 vsize=864464 CPUtime=0.09
/proc/14341/task/14347/stat : 14347 (java) S 14340 14327 14110 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 22173578 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14348] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14348/stat : 14348 (java) S 14340 14327 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22173578 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14349] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14349/stat : 14349 (java) S 14340 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22173578 885211136 7828 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886688

[startup+12.7022 s]
/proc/loadavg: 1.83 2.00 1.99 3/91 14349
/proc/meminfo: memFree=295112/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=0.28
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1310 4790 0 1 6 1 18 3 16 0 1 0 22173538 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1111 409 3 0 796 0
[pid=14340] ppid=14327 vsize=5356 CPUtime=0
/proc/14340/stat : 14340 (sh) S 14327 14327 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22173573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14340/statm: 1339 233 193 169 0 50 0
[pid=14341] ppid=14340 vsize=864464 CPUtime=12.2
/proc/14341/stat : 14341 (java) S 14340 14327 14110 0 -1 0 11072 0 1 0 1209 11 0 0 18 0 9 0 22173574 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14341/statm: 216116 8665 2590 9 0 210593 0
[pid=14341/tid=14342] ppid=14340 vsize=864464 CPUtime=11.34
/proc/14341/task/14342/stat : 14342 (java) R 14340 14327 14110 0 -1 64 3122 0 1 0 1129 5 0 0 25 0 9 0 22173575 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4126565109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14343] ppid=14340 vsize=864464 CPUtime=0.76
/proc/14341/task/14343/stat : 14343 (java) S 14340 14327 14110 0 -1 64 6912 0 0 0 71 5 0 0 16 0 9 0 22173576 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14344] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14344/stat : 14344 (java) S 14340 14327 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22173576 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14345] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14345/stat : 14345 (java) S 14340 14327 14110 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22173576 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14346] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14346/stat : 14346 (java) S 14340 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22173578 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14347] ppid=14340 vsize=864464 CPUtime=0.09
/proc/14341/task/14347/stat : 14347 (java) S 14340 14327 14110 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 22173578 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14348] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14348/stat : 14348 (java) S 14340 14327 14110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22173578 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14341/tid=14349] ppid=14340 vsize=864464 CPUtime=0
/proc/14341/task/14349/stat : 14349 (java) S 14340 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22173578 885211136 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886688

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

[startup+15.9015 s]
/proc/loadavg: 1.85 2.00 1.99 3/91 14349
/proc/meminfo: memFree=291272/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=15.65
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1364 17946 0 2 6 1 1539 19 16 0 1 0 22173538 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 16868

[startup+19.1018 s]
/proc/loadavg: 1.85 2.00 1.99 3/83 14351
/proc/meminfo: memFree=309640/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=15.65
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1364 17946 0 2 6 1 1539 19 16 0 1 0 22173538 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1112 409 3 0 796 0
[pid=14350] ppid=14327 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14327 14327 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22175127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 232 193 169 0 50 0
[pid=14351] ppid=14350 vsize=8992 CPUtime=3.17
/proc/14351/stat : 14351 (picosat) R 14350 14327 14110 0 -1 4194304 2069 0 0 0 142 175 0 0 25 0 1 0 22175127 9207808 2055 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14351/statm: 2248 2055 40 102 0 2143 0
Current children cumulated CPU time (s) 18.82
Current children cumulated vsize (KiB) 31216

[startup+19.9019 s]
/proc/loadavg: 1.86 2.00 1.99 3/83 14351
/proc/meminfo: memFree=308168/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=15.65
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1364 17946 0 2 6 1 1539 19 16 0 1 0 22173538 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1112 409 3 0 796 0
[pid=14350] ppid=14327 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14327 14327 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22175127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 232 193 169 0 50 0
[pid=14351] ppid=14350 vsize=9256 CPUtime=3.96
/proc/14351/stat : 14351 (picosat) R 14350 14327 14110 0 -1 4194304 2130 0 0 0 219 177 0 0 25 0 1 0 22175127 9478144 2116 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14351/statm: 2314 2116 42 102 0 2209 0
Current children cumulated CPU time (s) 19.61
Current children cumulated vsize (KiB) 31480

[startup+20.703 s]
/proc/loadavg: 1.86 2.00 1.99 3/83 14351
/proc/meminfo: memFree=308168/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=15.65
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1364 17946 0 2 6 1 1539 19 16 0 1 0 22173538 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1112 409 3 0 796 0
[pid=14350] ppid=14327 vsize=5356 CPUtime=0
/proc/14350/stat : 14350 (sh) S 14327 14327 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22175127 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14350/statm: 1339 232 193 169 0 50 0
[pid=14351] ppid=14350 vsize=9256 CPUtime=4.76
/proc/14351/stat : 14351 (picosat) R 14350 14327 14110 0 -1 4194304 2137 0 0 0 299 177 0 0 25 0 1 0 22175127 9478144 2123 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14351/statm: 2314 2123 42 102 0 2209 0
Current children cumulated CPU time (s) 20.41
Current children cumulated vsize (KiB) 31480

[startup+20.908 s]
/proc/loadavg: 1.86 2.00 1.99 4/91 14361
/proc/meminfo: memFree=313160/2055920 swapFree=4192952/4192956
[pid=14327] ppid=14325 vsize=16868 CPUtime=20.47
/proc/14327/stat : 14327 (sugar) S 14325 14327 14110 0 -1 4194304 1446 20376 0 2 6 1 1843 197 16 0 1 0 22173538 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14327/statm: 4217 1112 409 3 0 796 0
[pid=14352] ppid=14327 vsize=5356 CPUtime=0
/proc/14352/stat : 14352 (sh) S 14327 14327 14110 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 22175613 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14352/statm: 1339 233 193 169 0 50 0
[pid=14353] ppid=14352 vsize=864156 CPUtime=0.11
/proc/14353/stat : 14353 (java) S 14352 14327 14110 0 -1 0 3443 0 1 0 9 2 0 0 18 0 9 0 22175613 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14353/statm: 216039 2909 1700 9 0 210544 0
[pid=14353/tid=14354] ppid=14352 vsize=864156 CPUtime=0.08
/proc/14353/task/14354/stat : 14354 (java) S 14352 14327 14110 0 -1 64 2465 0 1 0 7 1 0 0 20 0 9 0 22175614 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14353/tid=14355] ppid=14352 vsize=864156 CPUtime=0
/proc/14353/task/14355/stat : 14355 (java) S 14352 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22175615 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14353/tid=14356] ppid=14352 vsize=864156 CPUtime=0
/proc/14353/task/14356/stat : 14356 (java) S 14352 14327 14110 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 22175615 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14353/tid=14357] ppid=14352 vsize=864156 CPUtime=0
/proc/14353/task/14357/stat : 14357 (java) S 14352 14327 14110 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22175615 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14353/tid=14358] ppid=14352 vsize=864156 CPUtime=0
/proc/14353/task/14358/stat : 14358 (java) S 14352 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22175617 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14353/tid=14359] ppid=14352 vsize=864156 CPUtime=0.02
/proc/14353/task/14359/stat : 14359 (java) S 14352 14327 14110 0 -1 64 283 0 0 0 2 0 0 0 18 0 9 0 22175617 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14353/tid=14360] ppid=14352 vsize=864156 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14352 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22175617 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14353/tid=14361] ppid=14352 vsize=864156 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14352 14327 14110 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22175617 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 20.92
CPU time (s): 20.6199
CPU user time (s): 18.5992
CPU system time (s): 2.02069
CPU usage (%): 98.5652
Max. virtual memory (cumulated for all children) (KiB): 889508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5992
system time used= 2.02069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25644
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= 5785
involuntary context switches= 6329

runsolver used 0.027995 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 00:24:54
IDJOB=2070113
IDBENCH=55136
IDSOLVER=738
FILE ID=node48/2070113-1247351094
PBS_JOBID= 9506952
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg4-6_ext.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-2070113-1247351094/watcher-2070113-1247351094 -o /tmp/evaluation-result-2070113-1247351094/solver-2070113-1247351094 -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-2070113-1247351094.xml

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

MD5SUM BENCH= e545d24dcc35015390cc7cec30b8dc0c
RANDOM SEED=1102497447

node48.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.237
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.237
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:        326336 kB
Buffers:         59476 kB
Cached:         879736 kB
SwapCached:          4 kB
Active:         788992 kB
Inactive:       887644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        326336 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1464 kB
Writeback:           0 kB
Mapped:         757928 kB
Slab:            36584 kB
Committed_AS:   916692 kB
PageTables:       3244 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= 66448 MiB
End job on node48 at 2009-07-12 00:25:15