Trace number 1074302

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.13+picosatSAT 5.2372 5.4881

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle07.xml
MD5SUM0b43a6141d66fe2df40617244b2716f3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints40
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension24
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/picosat
0.00/0.15	c 0	BEGIN Fri Jul  4 15:33:43 2008
0.00/0.15	c 0	PID 32697
0.00/0.15	c 0	HOST node64.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1074302-1215178423.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074302-1215178423.xml' 'HOME/temp.csp'
0.04/0.57	c 1	1 domains, 30 variables, 4 predicates, 4 relations, 40 constraints
0.04/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.45/0.66	c 1	Parsing HOME/temp.csp
0.45/0.79	c 1	parsed 79 expressions
0.45/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.79	c 1	Converting to clausal form CSP
0.45/0.82	c 1	converted 8 (10%) expressions
0.45/0.82	c 1	converted 16 (20%) expressions
0.45/0.82	c 1	converted 24 (30%) expressions
0.45/0.82	c 1	converted 32 (40%) expressions
0.45/0.84	c 1	converted 40 (50%) expressions
0.45/0.86	c 1	converted 48 (60%) expressions
0.45/0.89	c 1	converted 56 (70%) expressions
0.85/1.01	c 1	converted 64 (80%) expressions
0.85/1.02	c 1	converted 72 (90%) expressions
0.85/1.03	c 1	converted 79 (100%) expressions
0.85/1.03	c 1	CSP : 30 integers, 0 booleans, 40 clauses, largest domain size 26
0.85/1.03	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.03	c 1	Propagation in CSP
0.85/1.03	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.85/1.03	c 1	CSP : 30 integers, 0 booleans, 40 clauses, largest domain size 26
0.85/1.03	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.03	c 1	Simplifing CSP by introducing new Boolean variables
0.85/1.04	c 1	CSP : 30 integers, 156 booleans, 196 clauses, largest domain size 26
0.85/1.04	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.85/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.85/1.09	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.85/1.09	c 1	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
0.85/1.10	c 1	9 (30%) CSP integer variables are encoded (216 clauses, 2232 bytes)
0.85/1.10	c 1	12 (40%) CSP integer variables are encoded (288 clauses, 3024 bytes)
0.85/1.10	c 1	15 (50%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.94/1.10	c 1	18 (60%) CSP integer variables are encoded (432 clauses, 4608 bytes)
0.94/1.10	c 1	21 (70%) CSP integer variables are encoded (504 clauses, 5400 bytes)
0.94/1.10	c 1	24 (80%) CSP integer variables are encoded (576 clauses, 6192 bytes)
0.94/1.10	c 1	27 (90%) CSP integer variables are encoded (648 clauses, 6984 bytes)
0.94/1.11	c 1	30 (100%) CSP integer variables are encoded (720 clauses, 7776 bytes)
0.94/1.19	c 1	20 (10%) CSP clauses are encoded (5002 clauses, 105712 bytes)
1.23/1.48	c 2	40 (20%) CSP clauses are encoded (17783 clauses, 493625 bytes)
3.71/3.93	c 4	59 (30%) CSP clauses are encoded (68910 clauses, 2181481 bytes)
3.71/3.93	c 4	79 (40%) CSP clauses are encoded (69355 clauses, 2188428 bytes)
3.71/3.93	c 4	98 (50%) CSP clauses are encoded (69774 clauses, 2195018 bytes)
3.71/3.93	c 4	118 (60%) CSP clauses are encoded (70244 clauses, 2202264 bytes)
3.71/3.93	c 4	138 (70%) CSP clauses are encoded (70714 clauses, 2209658 bytes)
3.71/3.94	c 4	157 (80%) CSP clauses are encoded (71158 clauses, 2216502 bytes)
3.71/3.94	c 4	177 (90%) CSP clauses are encoded (71628 clauses, 2223555 bytes)
3.71/3.94	c 4	196 (100%) CSP clauses are encoded (72072 clauses, 2230490 bytes)
3.71/3.94	c 4	196 CSP clauses encoded
3.71/3.94	c 4	Writing map file : HOME/temp.map
3.71/3.94	c 4	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.94	c 4	SAT : 906 SAT variables, 72072 SAT clauses, 2230490 bytes
3.71/3.94	c 4	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.97	c 4	SOLVING HOME/temp.cnf
3.71/3.97	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
5.06/5.32	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.06/5.32	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.06/5.39	c 6	Decoding HOME/temp.out
5.17/5.42	s SATISFIABLE
5.17/5.42	v 20 13 8 19 4 18 2 14 17 4 0 21 4 8 21 6 14 6 4 4 4 8 17 4 13 3 4 12 8 19
5.17/5.43	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.17/5.48	c 6	CPU 4.39 (0.03 0.01 4.36 0.81)
5.17/5.48	c 6	END Fri Jul  4 15:33:49 2008

Verifier Data (download as text)

OK

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-1074302-1215178423/watcher-1074302-1215178423 -o /tmp/evaluation-result-1074302-1215178423/solver-1074302-1215178423 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1074302-1215178423.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): 2200 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: 1.97 2.15 1.95 4/81 32697
/proc/meminfo: memFree=1670744/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=18572 CPUtime=0
/proc/32697/stat : 32697 (runsolver) D 32695 32697 32455 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1996812667 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251255123239 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/32697/statm: 4643 292 257 25 0 2626 0

[startup+0.024543 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32697
/proc/meminfo: memFree=1670744/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=124 CPUtime=0
/proc/32697/stat : 32697 (sugar) D 32695 32697 32455 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 1996812667 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 251252504041 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/32697/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102551 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32697
/proc/meminfo: memFree=1670744/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=12272 CPUtime=0
/proc/32697/stat : 32697 (sugar) D 32695 32697 32455 0 -1 4194304 398 0 2 0 0 0 0 0 18 0 1 0 1996812667 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/32697/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302575 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32697
/proc/meminfo: memFree=1670744/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.04
/proc/32697/stat : 32697 (sugar) S 32695 32697 32455 0 -1 4194304 898 127 2 0 3 1 0 0 19 0 1 0 1996812667 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702632 s]
/proc/loadavg: 1.97 2.15 1.95 4/81 32697
/proc/meminfo: memFree=1670744/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.45
/proc/32697/stat : 32697 (sugar) S 32695 32697 32455 0 -1 4194304 971 4481 2 1 3 1 38 3 16 0 1 0 1996812667 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 1.97 2.15 1.95 3/92 32719
/proc/meminfo: memFree=1656960/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.45
/proc/32697/stat : 32697 (sugar) S 32695 32697 32455 0 -1 4194304 972 4481 2 1 3 1 38 3 15 0 1 0 1996812667 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 797 370 3 0 500 0
[pid=32710] ppid=32697 vsize=5356 CPUtime=0
/proc/32710/stat : 32710 (sh) S 32697 32697 32455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996812725 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32710/statm: 1339 233 193 169 0 50 0
[pid=32711] ppid=32710 vsize=865436 CPUtime=0.89
/proc/32711/stat : 32711 (java) S 32710 32697 32455 0 -1 0 6400 0 1 0 84 5 0 0 18 0 9 0 1996812725 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32711/statm: 216359 5626 2564 9 0 210906 0
[pid=32711/tid=32712] ppid=32710 vsize=865436 CPUtime=0.6
/proc/32711/task/32712/stat : 32712 (java) R 32710 32697 32455 0 -1 64 2754 0 1 0 57 3 0 0 20 0 9 0 1996812726 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4126539952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32713] ppid=32710 vsize=865436 CPUtime=0.15
/proc/32711/task/32713/stat : 32713 (java) S 32710 32697 32455 0 -1 64 2603 0 0 0 15 0 0 0 16 0 9 0 1996812728 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32714] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32714/stat : 32714 (java) S 32710 32697 32455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996812728 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32715] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32715/stat : 32715 (java) S 32710 32697 32455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996812728 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32716] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32716/stat : 32716 (java) S 32710 32697 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996812730 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32717] ppid=32710 vsize=865436 CPUtime=0.1
/proc/32711/task/32717/stat : 32717 (java) S 32710 32697 32455 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 1996812730 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32718] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32718/stat : 32718 (java) S 32710 32697 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996812730 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32719] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32719/stat : 32719 (java) S 32710 32697 32455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996812730 886206464 5626 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 884392

[startup+3.10545 s]
/proc/loadavg: 1.97 2.15 1.95 3/92 32719
/proc/meminfo: memFree=1653120/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.45
/proc/32697/stat : 32697 (sugar) S 32695 32697 32455 0 -1 4194304 972 4481 2 1 3 1 38 3 15 0 1 0 1996812667 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 797 370 3 0 500 0
[pid=32710] ppid=32697 vsize=5356 CPUtime=0
/proc/32710/stat : 32710 (sh) S 32697 32697 32455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996812725 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32710/statm: 1339 233 193 169 0 50 0
[pid=32711] ppid=32710 vsize=865436 CPUtime=2.47
/proc/32711/stat : 32711 (java) S 32710 32697 32455 0 -1 0 7219 0 1 0 241 6 0 0 18 0 9 0 1996812725 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32711/statm: 216359 6330 2564 9 0 210906 0
[pid=32711/tid=32712] ppid=32710 vsize=865436 CPUtime=2.06
/proc/32711/task/32712/stat : 32712 (java) R 32710 32697 32455 0 -1 64 2867 0 1 0 203 3 0 0 25 0 9 0 1996812726 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4126521167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32713] ppid=32710 vsize=865436 CPUtime=0.28
/proc/32711/task/32713/stat : 32713 (java) S 32710 32697 32455 0 -1 64 3309 0 0 0 27 1 0 0 16 0 9 0 1996812728 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32714] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32714/stat : 32714 (java) S 32710 32697 32455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996812728 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32715] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32715/stat : 32715 (java) S 32710 32697 32455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996812728 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32716] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32716/stat : 32716 (java) S 32710 32697 32455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996812730 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32717] ppid=32710 vsize=865436 CPUtime=0.1
/proc/32711/task/32717/stat : 32717 (java) S 32710 32697 32455 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 1996812730 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32718] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32718/stat : 32718 (java) S 32710 32697 32455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996812730 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32719] ppid=32710 vsize=865436 CPUtime=0
/proc/32711/task/32719/stat : 32719 (java) S 32710 32697 32455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996812730 886206464 6330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 884392

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

[startup+4.70105 s]
/proc/loadavg: 1.97 2.15 1.95 3/84 32721
/proc/meminfo: memFree=1664576/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=3.76
/proc/32697/stat : 32697 (sugar) S 32695 32697 32455 0 -1 4194304 1020 12241 2 2 3 1 361 11 16 0 1 0 1996812667 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 798 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 32455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996813065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=2560 CPUtime=0.7
/proc/32721/stat : 32721 (picosat) R 32720 32697 32455 0 -1 4194304 563 0 0 0 32 38 0 0 25 0 1 0 1996813065 2621440 549 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 640 549 40 102 0 535 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 21516

[startup+5.10162 s]
/proc/loadavg: 1.97 2.15 1.95 3/84 32721
/proc/meminfo: memFree=1664576/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=3.76
/proc/32697/stat : 32697 (sugar) S 32695 32697 32455 0 -1 4194304 1020 12241 2 2 3 1 361 11 16 0 1 0 1996812667 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 798 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 32455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996813065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=3616 CPUtime=1.1
/proc/32721/stat : 32721 (picosat) R 32720 32697 32455 0 -1 4194304 824 0 0 0 52 58 0 0 25 0 1 0 1996813065 3702784 810 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 904 810 40 102 0 799 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 22572

[startup+5.30512 s]
/proc/loadavg: 1.97 2.15 1.95 3/84 32721
/proc/meminfo: memFree=1664576/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=3.76
/proc/32697/stat : 32697 (sugar) S 32695 32697 32455 0 -1 4194304 1020 12241 2 2 3 1 361 11 16 0 1 0 1996812667 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 798 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 32455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996813065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=4268 CPUtime=1.3
/proc/32721/stat : 32721 (picosat) R 32720 32697 32455 0 -1 4194304 952 0 0 0 63 67 0 0 25 0 1 0 1996813065 4370432 938 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 1067 938 42 102 0 962 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 23224

[startup+5.40113 s]
/proc/loadavg: 1.97 2.15 1.95 4/92 32731
/proc/meminfo: memFree=1661312/2055920 swapFree=4178936/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=5.1
/proc/32697/stat : 32697 (sugar) S 32695 32697 32455 0 -1 4194304 1087 13487 2 2 3 1 427 79 16 0 1 0 1996812667 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 798 370 3 0 500 0
[pid=32722] ppid=32697 vsize=5356 CPUtime=0
/proc/32722/stat : 32722 (sh) S 32697 32697 32455 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1996813199 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32722/statm: 1339 233 193 169 0 50 0
[pid=32723] ppid=32722 vsize=863720 CPUtime=0.07
/proc/32723/stat : 32723 (java) S 32722 32697 32455 0 -1 0 3137 0 1 0 5 2 0 0 18 0 9 0 1996813199 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32723/statm: 215930 2624 1604 9 0 210512 0
[pid=32723/tid=32724] ppid=32722 vsize=863720 CPUtime=0.05
/proc/32723/task/32724/stat : 32724 (java) R 32722 32697 32455 0 -1 64 2238 0 1 0 4 1 0 0 18 0 9 0 1996813200 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4159706657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32725] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32725/stat : 32725 (java) S 32722 32697 32455 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1996813201 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32726] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32726/stat : 32726 (java) S 32722 32697 32455 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996813201 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32727] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32727/stat : 32727 (java) S 32722 32697 32455 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996813201 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32728] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32728/stat : 32728 (java) S 32722 32697 32455 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996813203 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32729] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32729/stat : 32729 (java) R 32722 32697 32455 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 1996813203 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 101567798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32730] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32730/stat : 32730 (java) S 32722 32697 32455 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996813203 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32731] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32731/stat : 32731 (java) S 32722 32697 32455 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1996813203 884449280 2624 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 5.4881
CPU time (s): 5.2372
CPU user time (s): 4.40333
CPU system time (s): 0.833873
CPU usage (%): 95.4284
Max. virtual memory (cumulated for all children) (KiB): 884392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.40333
system time used= 0.833873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18318
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2786
involuntary context switches= 2720

runsolver used 0.008998 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-04 15:33:43
IDJOB=1074302
IDBENCH=56402
IDSOLVER=345
FILE ID=node64/1074302-1215178423
PBS_JOBID= 7881546
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle07.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074302-1215178423/watcher-1074302-1215178423 -o /tmp/evaluation-result-1074302-1215178423/solver-1074302-1215178423 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1074302-1215178423.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0b43a6141d66fe2df40617244b2716f3
RANDOM SEED=34030535

node64.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.248
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.248
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:       1671288 kB
Buffers:         25084 kB
Cached:         121024 kB
SwapCached:       7368 kB
Active:         273460 kB
Inactive:        55264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671288 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:         198572 kB
Slab:            40588 kB
Committed_AS:  4289880 kB
PageTables:       2168 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node64 at 2008-07-04 15:33:49