Trace number 1074365

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 26.9609 27.1665

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle15.xml
MD5SUM89c1c1a0717b5160b991bc21665ac642
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.074988
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints425
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension46
Number of constraints which are defined in intension379
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 15:35:28 2008
0.00/0.04	c 0	PID 6525
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074365-1215178527.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074365-1215178527.xml' 'HOME/temp.csp'
0.03/0.52	c 0	1 domains, 95 variables, 4 predicates, 3 relations, 425 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 0	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.49/0.61	c 0	Parsing HOME/temp.csp
0.49/0.80	c 0	parsed 528 expressions
0.49/0.80	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.80	c 0	Converting to clausal form CSP
0.49/0.82	c 0	converted 53 (10%) expressions
0.49/0.86	c 0	converted 106 (20%) expressions
1.34/1.48	c 1	converted 159 (30%) expressions
1.44/1.52	c 1	converted 212 (40%) expressions
1.53/1.60	c 1	converted 264 (50%) expressions
1.53/1.62	c 1	converted 317 (60%) expressions
1.53/1.64	c 1	converted 370 (70%) expressions
1.53/1.65	c 1	converted 423 (80%) expressions
1.53/1.66	c 1	converted 476 (90%) expressions
1.53/1.66	c 1	converted 528 (100%) expressions
1.53/1.66	c 1	CSP : 95 integers, 0 booleans, 425 clauses, largest domain size 26
1.53/1.67	c 1	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.67	c 1	Propagation in CSP
1.53/1.68	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.68	c 1	CSP : 95 integers, 0 booleans, 425 clauses, largest domain size 26
1.53/1.68	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.68	c 1	Simplifing CSP by introducing new Boolean variables
1.63/1.71	c 1	CSP : 95 integers, 3176 booleans, 3601 clauses, largest domain size 26
1.63/1.71	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.83	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.85	c 1	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
1.73/1.85	c 1	19 (20%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.73/1.85	c 1	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.73/1.86	c 1	38 (40%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.73/1.86	c 1	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
1.73/1.86	c 1	57 (60%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
1.73/1.86	c 1	67 (70%) CSP integer variables are encoded (1608 clauses, 18841 bytes)
1.73/1.86	c 1	76 (80%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
1.73/1.86	c 1	86 (90%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
1.73/1.86	c 1	95 (100%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
15.46/15.61	c 15	361 (10%) CSP clauses are encoded (313578 clauses, 11906883 bytes)
15.46/15.64	c 15	721 (20%) CSP clauses are encoded (321663 clauses, 12051709 bytes)
15.46/15.66	c 15	1081 (30%) CSP clauses are encoded (329873 clauses, 12197333 bytes)
15.46/15.68	c 15	1441 (40%) CSP clauses are encoded (338258 clauses, 12348023 bytes)
15.56/15.71	c 15	1801 (50%) CSP clauses are encoded (346793 clauses, 12496055 bytes)
15.56/15.72	c 15	2161 (60%) CSP clauses are encoded (355328 clauses, 12647266 bytes)
15.56/15.74	c 15	2521 (70%) CSP clauses are encoded (363888 clauses, 12798533 bytes)
15.56/15.76	c 15	2881 (80%) CSP clauses are encoded (372423 clauses, 12949369 bytes)
15.56/15.77	c 15	3241 (90%) CSP clauses are encoded (380958 clauses, 13105848 bytes)
15.56/15.79	c 15	3601 (100%) CSP clauses are encoded (389493 clauses, 13265505 bytes)
15.56/15.79	c 15	3601 CSP clauses encoded
15.56/15.79	c 15	Writing map file : HOME/temp.map
15.56/15.79	c 15	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.56/15.79	c 15	SAT : 5551 SAT variables, 389493 SAT clauses, 13265505 bytes
15.56/15.79	c 15	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.66/15.82	c 15	SOLVING HOME/temp.cnf
15.66/15.82	c 15	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
26.69/26.99	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.69/26.99	c 27	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.79/27.07	c 27	Decoding HOME/temp.out
26.79/27.12	s SATISFIABLE
26.79/27.13	v 18 2 0 12 21 4 18 19 20 17 1 0 13 13 8 19 19 24 2 0 8 17 14 20 18 20 17 15 10 8 3 14 15 19 3 20 4 6 4 4 18 4 6 4 19 22 4 0 21 4 0 19 4 2 0 12 4 14 3 13 0 4 4 11 18 17 8 0 6 22 0 24 4 0 19 14 13 17 8 13 18 4 19 17 4 13 3 10 4 24 18 19 17 14 24
26.79/27.13	c 27	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
26.79/27.16	c 27	CPU 23.14 (0.03 0.01 23.11 3.78)
26.79/27.16	c 27	END Fri Jul  4 15:35:55 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-1074365-1215178527/watcher-1074365-1215178527 -o /tmp/evaluation-result-1074365-1215178527/solver-1074365-1215178527 -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-1074365-1215178527.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: 2.05 2.02 2.00 4/81 6525
/proc/meminfo: memFree=1612480/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=12000 CPUtime=0
/proc/6525/stat : 6525 (sugar) R 6523 6525 5281 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 1996824077 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 246424355440 0 0 4224 0 0 0 0 17 1 0 0
/proc/6525/statm: 3000 179 140 3 0 100 0

[startup+0.053406 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 6525
/proc/meminfo: memFree=1612480/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=0.03
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996824077 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101416 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 6525
/proc/meminfo: memFree=1612480/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=0.03
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996824077 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301451 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 6525
/proc/meminfo: memFree=1612480/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=0.03
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996824077 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701523 s]
/proc/loadavg: 2.05 2.02 2.00 4/81 6525
/proc/meminfo: memFree=1612480/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=0.49
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 973 4821 0 1 3 0 42 4 16 0 1 0 1996824077 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 2.05 2.02 2.00 3/92 6547
/proc/meminfo: memFree=1598632/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=0.49
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 973 4821 0 1 3 0 42 4 15 0 1 0 1996824077 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 797 370 3 0 500 0
[pid=6538] ppid=6525 vsize=5356 CPUtime=0
/proc/6538/stat : 6538 (sh) S 6525 6525 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996824130 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6538/statm: 1339 233 193 169 0 50 0
[pid=6539] ppid=6538 vsize=864136 CPUtime=0.95
/proc/6539/stat : 6539 (java) S 6538 6525 5281 0 -1 0 9593 0 1 0 90 5 0 0 18 0 9 0 1996824130 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6539/statm: 216034 8834 2540 9 0 210609 0
[pid=6539/tid=6540] ppid=6538 vsize=864136 CPUtime=0.47
/proc/6539/task/6540/stat : 6540 (java) R 6538 6525 5281 0 -1 64 2795 0 1 0 46 1 0 0 23 0 9 0 1996824131 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4125956342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6541] ppid=6538 vsize=864136 CPUtime=0.37
/proc/6539/task/6541/stat : 6541 (java) S 6538 6525 5281 0 -1 64 5758 0 0 0 35 2 0 0 16 0 9 0 1996824132 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6542] ppid=6538 vsize=864136 CPUtime=0
/proc/6539/task/6542/stat : 6542 (java) S 6538 6525 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996824133 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6543] ppid=6538 vsize=864136 CPUtime=0
/proc/6539/task/6543/stat : 6543 (java) S 6538 6525 5281 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996824133 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6544] ppid=6538 vsize=864136 CPUtime=0
/proc/6539/task/6544/stat : 6544 (java) S 6538 6525 5281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996824135 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6545] ppid=6538 vsize=864136 CPUtime=0.08
/proc/6539/task/6545/stat : 6545 (java) S 6538 6525 5281 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 1996824135 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6546] ppid=6538 vsize=864136 CPUtime=0
/proc/6539/task/6546/stat : 6546 (java) S 6538 6525 5281 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996824135 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6547] ppid=6538 vsize=864136 CPUtime=0
/proc/6539/task/6547/stat : 6547 (java) S 6538 6525 5281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996824135 884875264 8834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883092

[startup+3.10194 s]
/proc/loadavg: 2.05 2.02 2.00 3/92 6547
/proc/meminfo: memFree=1578024/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=0.5
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 974 4821 0 1 3 1 42 4 15 0 1 0 1996824077 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 797 370 3 0 500 0
[pid=6538] ppid=6525 vsize=5356 CPUtime=0
/proc/6538/stat : 6538 (sh) S 6525 6525 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996824130 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6538/statm: 1339 233 193 169 0 50 0
[pid=6539] ppid=6538 vsize=868368 CPUtime=2.53
/proc/6539/stat : 6539 (java) S 6538 6525 5281 0 -1 0 11870 0 1 0 245 8 0 0 18 0 9 0 1996824130 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6539/statm: 217092 11001 2565 9 0 211639 0
[pid=6539/tid=6540] ppid=6538 vsize=868368 CPUtime=1.7
/proc/6539/task/6540/stat : 6540 (java) R 6538 6525 5281 0 -1 64 2996 0 1 0 167 3 0 0 25 0 9 0 1996824131 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4126639877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6541] ppid=6538 vsize=868368 CPUtime=0.58
/proc/6539/task/6541/stat : 6541 (java) S 6538 6525 5281 0 -1 64 6685 0 0 0 55 3 0 0 16 0 9 0 1996824132 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6542] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6542/stat : 6542 (java) S 6538 6525 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996824133 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6543] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6543/stat : 6543 (java) S 6538 6525 5281 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996824133 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6544] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6544/stat : 6544 (java) S 6538 6525 5281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996824135 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6545] ppid=6538 vsize=868368 CPUtime=0.21
/proc/6539/task/6545/stat : 6545 (java) S 6538 6525 5281 0 -1 64 1496 0 0 0 21 0 0 0 16 0 9 0 1996824135 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6546] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6546/stat : 6546 (java) S 6538 6525 5281 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996824135 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6547] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6547/stat : 6547 (java) S 6538 6525 5281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996824135 889208832 11001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887324

[startup+6.3025 s]
/proc/loadavg: 2.04 2.02 2.00 3/92 6547
/proc/meminfo: memFree=1568104/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=0.5
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 974 4821 0 1 3 1 42 4 15 0 1 0 1996824077 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 797 370 3 0 500 0
[pid=6538] ppid=6525 vsize=5356 CPUtime=0
/proc/6538/stat : 6538 (sh) S 6525 6525 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996824130 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6538/statm: 1339 233 193 169 0 50 0
[pid=6539] ppid=6538 vsize=868368 CPUtime=5.72
/proc/6539/stat : 6539 (java) S 6538 6525 5281 0 -1 0 13550 0 1 0 561 11 0 0 18 0 9 0 1996824130 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6539/statm: 217092 12573 2565 9 0 211639 0
[pid=6539/tid=6540] ppid=6538 vsize=868368 CPUtime=4.74
/proc/6539/task/6540/stat : 6540 (java) R 6538 6525 5281 0 -1 64 3104 0 1 0 470 4 0 0 25 0 9 0 1996824131 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4126639912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6541] ppid=6538 vsize=868368 CPUtime=0.72
/proc/6539/task/6541/stat : 6541 (java) S 6538 6525 5281 0 -1 64 8255 0 0 0 68 4 0 0 16 0 9 0 1996824132 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6542] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6542/stat : 6542 (java) S 6538 6525 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996824133 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6543] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6543/stat : 6543 (java) S 6538 6525 5281 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996824133 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6544] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6544/stat : 6544 (java) S 6538 6525 5281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996824135 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6545] ppid=6538 vsize=868368 CPUtime=0.21
/proc/6539/task/6545/stat : 6545 (java) S 6538 6525 5281 0 -1 64 1498 0 0 0 21 0 0 0 16 0 9 0 1996824135 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6546] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6546/stat : 6546 (java) S 6538 6525 5281 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996824135 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6547] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6547/stat : 6547 (java) S 6538 6525 5281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996824135 889208832 12573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887324

[startup+12.7026 s]
/proc/loadavg: 2.04 2.02 2.00 3/92 6547
/proc/meminfo: memFree=1557992/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=0.5
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 974 4821 0 1 3 1 42 4 15 0 1 0 1996824077 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 797 370 3 0 500 0
[pid=6538] ppid=6525 vsize=5356 CPUtime=0
/proc/6538/stat : 6538 (sh) S 6525 6525 5281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996824130 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6538/statm: 1339 233 193 169 0 50 0
[pid=6539] ppid=6538 vsize=868368 CPUtime=12.08
/proc/6539/stat : 6539 (java) S 6538 6525 5281 0 -1 0 15768 0 1 0 1192 16 0 0 18 0 9 0 1996824130 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6539/statm: 217092 13322 2565 9 0 211639 0
[pid=6539/tid=6540] ppid=6538 vsize=868368 CPUtime=10.7
/proc/6539/task/6540/stat : 6540 (java) R 6538 6525 5281 0 -1 64 3289 0 1 0 1063 7 0 0 25 0 9 0 1996824131 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4126937442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6541] ppid=6538 vsize=868368 CPUtime=1.12
/proc/6539/task/6541/stat : 6541 (java) S 6538 6525 5281 0 -1 64 10284 0 0 0 105 7 0 0 16 0 9 0 1996824132 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6542] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6542/stat : 6542 (java) S 6538 6525 5281 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996824133 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6543] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6543/stat : 6543 (java) S 6538 6525 5281 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996824133 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6544] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6544/stat : 6544 (java) S 6538 6525 5281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996824135 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6545] ppid=6538 vsize=868368 CPUtime=0.22
/proc/6539/task/6545/stat : 6545 (java) S 6538 6525 5281 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1996824135 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6546] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6546/stat : 6546 (java) S 6538 6525 5281 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996824135 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6539/tid=6547] ppid=6538 vsize=868368 CPUtime=0
/proc/6539/task/6547/stat : 6547 (java) S 6538 6525 5281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996824135 889208832 13322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887324

[startup+25.5019 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 6549
/proc/meminfo: memFree=1577192/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=15.68
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 1022 23124 0 2 3 1 1538 26 16 0 1 0 1996824077 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 798 370 3 0 500 0
[pid=6548] ppid=6525 vsize=5356 CPUtime=0
/proc/6548/stat : 6548 (sh) S 6525 6525 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996825659 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6548/statm: 1339 232 193 169 0 50 0
[pid=6549] ppid=6548 vsize=20600 CPUtime=9.62
/proc/6549/stat : 6549 (picosat) R 6548 6525 5281 0 -1 4194304 4939 0 0 0 613 349 0 0 25 0 1 0 1996825660 21094400 4923 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6549/statm: 5150 4923 42 102 0 5045 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 39556

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

[startup+26.302 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 6549
/proc/meminfo: memFree=1576872/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=15.68
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 1022 23124 0 2 3 1 1538 26 16 0 1 0 1996824077 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 798 370 3 0 500 0
[pid=6548] ppid=6525 vsize=5356 CPUtime=0
/proc/6548/stat : 6548 (sh) S 6525 6525 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996825659 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6548/statm: 1339 232 193 169 0 50 0
[pid=6549] ppid=6548 vsize=20864 CPUtime=10.42
/proc/6549/stat : 6549 (picosat) R 6548 6525 5281 0 -1 4194304 4993 0 0 0 693 349 0 0 25 0 1 0 1996825660 21364736 4977 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6549/statm: 5216 4977 42 102 0 5111 0
Current children cumulated CPU time (s) 26.1
Current children cumulated vsize (KiB) 39820

[startup+26.7011 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 6549
/proc/meminfo: memFree=1576872/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=15.68
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 1022 23124 0 2 3 1 1538 26 16 0 1 0 1996824077 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 798 370 3 0 500 0
[pid=6548] ppid=6525 vsize=5356 CPUtime=0
/proc/6548/stat : 6548 (sh) S 6525 6525 5281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996825659 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6548/statm: 1339 232 193 169 0 50 0
[pid=6549] ppid=6548 vsize=20996 CPUtime=10.81
/proc/6549/stat : 6549 (picosat) R 6548 6525 5281 0 -1 4194304 5017 0 0 0 732 349 0 0 25 0 1 0 1996825660 21499904 5001 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6549/statm: 5249 5001 42 102 0 5144 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 39952

[startup+27.1011 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 6549
/proc/meminfo: memFree=1576872/2055920 swapFree=4180700/4192956
[pid=6525] ppid=6523 vsize=13600 CPUtime=26.79
/proc/6525/stat : 6525 (sugar) S 6523 6525 5281 0 -1 4194304 1087 28447 0 2 3 1 2299 376 16 0 1 0 1996824077 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6525/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 26.79
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 27.1665
CPU time (s): 26.9609
CPU user time (s): 23.1525
CPU system time (s): 3.80842
CPU usage (%): 99.2432
Max. virtual memory (cumulated for all children) (KiB): 892452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.1525
system time used= 3.80842
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33313
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= 5669
involuntary context switches= 6207

runsolver used 0.047992 second user time and 0.094985 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 15:35:28
IDJOB=1074365
IDBENCH=56407
IDSOLVER=345
FILE ID=node61/1074365-1215178527
PBS_JOBID= 7881522
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle15.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-1074365-1215178527/watcher-1074365-1215178527 -o /tmp/evaluation-result-1074365-1215178527/solver-1074365-1215178527 -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-1074365-1215178527.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 89c1c1a0717b5160b991bc21665ac642
RANDOM SEED=232219154

node61.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.269
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.269
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:       1612960 kB
Buffers:         31200 kB
Cached:         177968 kB
SwapCached:       6188 kB
Active:         285160 kB
Inactive:       105348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612960 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:         197452 kB
Slab:            37572 kB
Committed_AS:  4186044 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node61 at 2008-07-04 15:35:55