Trace number 1092729

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+picosat? (TO) 1800 1802.64

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-40.xml
MD5SUM40a3acaa544741df45dd665a69096ec7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints12840
Maximum constraint arity2
Maximum domain size160
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12840
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 18:56:31 2008
0.00/0.05	c 0	PID 25335
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1092729-1215276991.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-1092729-1215276991.xml' 'HOME/temp.csp'
1.06/1.13	c 1	1 domains, 160 variables, 2 predicates, 0 relations, 12840 constraints
1.06/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.16	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'
1.10/1.24	c 1	Parsing HOME/temp.csp
1.10/1.55	c 2	parsed 10000 expressions
1.10/1.60	c 2	parsed 13003 expressions
1.10/1.61	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.61	c 2	Converting to clausal form CSP
1.10/1.84	c 2	converted 1301 (10%) expressions
1.10/1.92	c 2	converted 2601 (20%) expressions
1.10/1.95	c 2	converted 3901 (30%) expressions
1.10/1.99	c 2	converted 5202 (40%) expressions
1.10/2.02	c 2	converted 6502 (50%) expressions
2.02/2.13	c 2	converted 7802 (60%) expressions
2.02/2.16	c 2	converted 9103 (70%) expressions
2.02/2.20	c 2	converted 10403 (80%) expressions
2.13/2.23	c 2	converted 11703 (90%) expressions
2.13/2.27	c 2	converted 13003 (100%) expressions
2.13/2.27	c 2	CSP : 160 integers, 0 booleans, 12960 clauses, largest domain size 160
2.13/2.27	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.27	c 2	Propagation in CSP
2.42/2.57	c 3	10320 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.42/2.57	c 3	CSP : 160 integers, 0 booleans, 12960 clauses, largest domain size 154
2.42/2.57	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.42/2.58	c 3	Simplifing CSP by introducing new Boolean variables
2.72/2.86	c 3	CSP : 160 integers, 25440 booleans, 38400 clauses, largest domain size 154
2.72/2.86	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.01	c 3	16 (10%) CSP integer variables are encoded (2072 clauses, 24801 bytes)
2.91/3.01	c 3	32 (20%) CSP integer variables are encoded (3376 clauses, 41753 bytes)
2.91/3.02	c 3	48 (30%) CSP integer variables are encoded (4872 clauses, 61201 bytes)
2.91/3.02	c 3	64 (40%) CSP integer variables are encoded (6560 clauses, 83145 bytes)
2.91/3.02	c 3	80 (50%) CSP integer variables are encoded (7480 clauses, 95105 bytes)
2.91/3.02	c 3	96 (60%) CSP integer variables are encoded (9552 clauses, 122041 bytes)
2.91/3.02	c 3	112 (70%) CSP integer variables are encoded (10856 clauses, 140906 bytes)
2.91/3.03	c 3	128 (80%) CSP integer variables are encoded (12352 clauses, 163346 bytes)
2.91/3.03	c 3	144 (90%) CSP integer variables are encoded (14040 clauses, 188666 bytes)
2.91/3.03	c 3	160 (100%) CSP integer variables are encoded (14960 clauses, 202466 bytes)
3.41/3.51	c 4	3840 (10%) CSP clauses are encoded (243842 clauses, 4590894 bytes)
3.70/3.88	c 4	7680 (20%) CSP clauses are encoded (433071 clauses, 8395926 bytes)
4.01/4.13	c 4	11520 (30%) CSP clauses are encoded (564585 clauses, 11025089 bytes)
4.11/4.29	c 4	15360 (40%) CSP clauses are encoded (636767 clauses, 12451542 bytes)
4.40/4.59	c 5	19200 (50%) CSP clauses are encoded (795550 clauses, 15654807 bytes)
4.80/4.96	c 5	23040 (60%) CSP clauses are encoded (992677 clauses, 19650236 bytes)
5.11/5.22	c 5	26880 (70%) CSP clauses are encoded (1125913 clauses, 22348141 bytes)
5.40/5.52	c 6	30720 (80%) CSP clauses are encoded (1278657 clauses, 25464251 bytes)
5.70/5.86	c 6	34560 (90%) CSP clauses are encoded (1459213 clauses, 29257683 bytes)
6.00/6.17	c 6	38400 (100%) CSP clauses are encoded (1618899 clauses, 32730717 bytes)
6.00/6.17	c 6	38400 CSP clauses encoded
6.00/6.17	c 6	Writing map file : HOME/temp.map
6.00/6.18	c 6	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.00/6.18	c 6	SAT : 40560 SAT variables, 1618899 SAT clauses, 32730717 bytes
6.00/6.18	c 6	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.08/6.23	c 6	SOLVING HOME/temp.cnf
6.08/6.23	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1802.62	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1802.62	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1802.62	c ERROR INTERRUPTED
1800.00/1802.62	s UNKNOWN
1800.00/1802.62	c 1803	CPU 5.73 (0.03 0.01 5.7 0.38)
1800.00/1802.62	c 1803	END Sat Jul  5 19:26:34 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1092729-1215276991/watcher-1092729-1215276991 -o /tmp/evaluation-result-1092729-1215276991/solver-1092729-1215276991 -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-1092729-1215276991.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.98 1.97 1.98 4/73 25335
/proc/meminfo: memFree=1647796/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=12268 CPUtime=0
/proc/25335/stat : 25335 (sugar) R 25333 25335 25134 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2006671483 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25335/statm: 3067 316 241 3 0 167 0

[startup+0.0807751 s]
/proc/loadavg: 1.98 1.97 1.98 4/73 25335
/proc/meminfo: memFree=1647796/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=0.03
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006671483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102674 s]
/proc/loadavg: 1.98 1.97 1.98 4/73 25335
/proc/meminfo: memFree=1647796/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=0.03
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006671483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301816 s]
/proc/loadavg: 1.98 1.97 1.98 4/73 25335
/proc/meminfo: memFree=1647796/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=0.03
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006671483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701887 s]
/proc/loadavg: 1.98 1.97 1.98 4/73 25335
/proc/meminfo: memFree=1647796/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=0.03
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006671483 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50104 s]
/proc/loadavg: 2.07 1.99 1.99 3/84 25347
/proc/meminfo: memFree=1622036/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=1.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 973 10313 0 1 3 0 101 6 16 0 1 0 2006671483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

[startup+3.10233 s]
/proc/loadavg: 2.07 1.99 1.99 4/84 25357
/proc/meminfo: memFree=1626644/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=1.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 974 10313 0 1 3 0 101 6 15 0 1 0 2006671483 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 797 370 3 0 500 0
[pid=25348] ppid=25335 vsize=5356 CPUtime=0
/proc/25348/stat : 25348 (sh) S 25335 25335 25134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006671599 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25348/statm: 1339 233 193 169 0 50 0
[pid=25349] ppid=25348 vsize=869528 CPUtime=1.92
/proc/25349/stat : 25349 (java) S 25348 25335 25134 0 -1 0 11819 0 1 0 184 8 0 0 18 0 9 0 2006671599 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25349/statm: 217382 10712 2565 9 0 211929 0
[pid=25349/tid=25350] ppid=25348 vsize=869528 CPUtime=0.99
/proc/25349/task/25350/stat : 25350 (java) R 25348 25335 25134 0 -1 64 3058 0 1 0 96 3 0 0 23 0 9 0 2006671600 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4126583267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25349/tid=25351] ppid=25348 vsize=869528 CPUtime=0.66
/proc/25349/task/25351/stat : 25351 (java) S 25348 25335 25134 0 -1 64 6586 0 0 0 64 2 0 0 16 0 9 0 2006671601 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25349/tid=25352] ppid=25348 vsize=869528 CPUtime=0
/proc/25349/task/25352/stat : 25352 (java) S 25348 25335 25134 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006671602 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25349/tid=25353] ppid=25348 vsize=869528 CPUtime=0
/proc/25349/task/25353/stat : 25353 (java) S 25348 25335 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006671602 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25349/tid=25354] ppid=25348 vsize=869528 CPUtime=0
/proc/25349/task/25354/stat : 25354 (java) S 25348 25335 25134 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006671604 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25349/tid=25355] ppid=25348 vsize=869528 CPUtime=0.23
/proc/25349/task/25355/stat : 25355 (java) S 25348 25335 25134 0 -1 64 1481 0 0 0 22 1 0 0 16 0 9 0 2006671604 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25349/tid=25356] ppid=25348 vsize=869528 CPUtime=0
/proc/25349/task/25356/stat : 25356 (java) S 25348 25335 25134 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006671604 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25349/tid=25357] ppid=25348 vsize=869528 CPUtime=0
/proc/25349/task/25357/stat : 25357 (java) S 25348 25335 25134 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2006671604 890396672 10712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 888484

[startup+6.30291 s]
/proc/loadavg: 2.07 1.99 1.99 3/84 25357
/proc/meminfo: memFree=1587476/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 13600

[startup+12.7011 s]
/proc/loadavg: 2.06 1.99 1.99 3/76 25359
/proc/meminfo: memFree=1587924/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=28804 CPUtime=6.4
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 6680 0 0 0 292 348 0 0 25 0 1 0 2006672107 29495296 6666 996147200 134512640 134931368 4294956256 18446744073709551615 134532192 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 7201 6666 40 102 0 7096 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 47760

[startup+25.5014 s]
/proc/loadavg: 2.13 2.00 1.99 3/76 25359
/proc/meminfo: memFree=1551572/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=63552 CPUtime=19.14
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 14795 0 0 0 1125 789 0 0 25 0 1 0 2006672107 65077248 14732 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 15888 14732 42 102 0 15783 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 82508

[startup+51.1011 s]
/proc/loadavg: 2.08 2.00 1.99 3/76 25359
/proc/meminfo: memFree=1549908/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=63684 CPUtime=44.61
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 14861 0 0 0 3672 789 0 0 25 0 1 0 2006672107 65212416 14798 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 15921 14798 42 102 0 15816 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 82640

[startup+102.306 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 25359
/proc/meminfo: memFree=1548884/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=64344 CPUtime=95.57
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 15028 0 0 0 8767 790 0 0 25 0 1 0 2006672107 65888256 14965 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 16086 14965 42 102 0 15981 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 83300

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 25359
/proc/meminfo: memFree=1547348/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=65004 CPUtime=155.27
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 15193 0 0 0 14737 790 0 0 25 0 1 0 2006672107 66564096 15130 996147200 134512640 134931368 4294956256 18446744073709551615 134529123 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 16251 15130 42 102 0 16146 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 83960

[startup+222.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 25359
/proc/meminfo: memFree=1540884/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=65664 CPUtime=214.98
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 15356 0 0 0 20707 791 0 0 25 0 1 0 2006672107 67239936 15293 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 16416 15293 42 102 0 16311 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 84620

[startup+282.302 s]
/proc/loadavg: 2.06 2.04 2.00 3/76 25365
/proc/meminfo: memFree=1536788/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

################
# More data... #
################

/proc/meminfo: memFree=1581332/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=78468 CPUtime=1293.84
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18646 0 0 0 128588 796 0 0 25 0 1 0 2006672107 80351232 18583 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19617 18583 42 102 0 19512 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 97424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580372/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1353.82
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 134585 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1359.92
Current children cumulated vsize (KiB) 98216

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580372/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1413.79
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 140582 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1419.89
Current children cumulated vsize (KiB) 98216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580372/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1473.75
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 146578 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1479.85
Current children cumulated vsize (KiB) 98216

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580372/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1533.73
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 152576 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1539.83
Current children cumulated vsize (KiB) 98216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580308/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1593.69
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 158572 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1599.79
Current children cumulated vsize (KiB) 98216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580308/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1653.66
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 164569 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1659.76
Current children cumulated vsize (KiB) 98216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580244/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1713.64
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 170567 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1719.74
Current children cumulated vsize (KiB) 98216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580180/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1773.61
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 176564 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1779.71
Current children cumulated vsize (KiB) 98216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25393
/proc/meminfo: memFree=1580180/2055920 swapFree=4179816/4192956
[pid=25335] ppid=25333 vsize=13600 CPUtime=6.1
/proc/25335/stat : 25335 (sugar) S 25333 25335 25134 0 -1 4194304 1021 22821 0 2 3 0 570 37 16 0 1 0 2006671483 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25335/statm: 3400 798 370 3 0 500 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006672106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=79260 CPUtime=1793.9
/proc/25359/stat : 25359 (picosat) R 25358 25335 25134 0 -1 4194304 18935 0 0 0 178593 797 0 0 25 0 1 0 2006672107 81162240 18772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 19815 18772 48 102 0 19710 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 98216

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25335 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=739127
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=409937
# CPU time returned by wait4() is 6.14906
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.64
CPU time (s): 1800
CPU user time (s): 1791.66
CPU system time (s): 8.34
CPU usage (%): 99.8535
Max. virtual memory (cumulated for all children) (KiB): 888624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.73913
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24280
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5473
involuntary context switches= 5297

runsolver used 1.51677 second user time and 5.38918 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 18:56:31
IDJOB=1092729
IDBENCH=58651
IDSOLVER=345
FILE ID=node45/1092729-1215276991
PBS_JOBID= 7882274
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-40.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-1092729-1215276991/watcher-1092729-1215276991 -o /tmp/evaluation-result-1092729-1215276991/solver-1092729-1215276991 -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-1092729-1215276991.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40a3acaa544741df45dd665a69096ec7
RANDOM SEED=1513190407

node45.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.268
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.268
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:       1648276 kB
Buffers:         61036 kB
Cached:         233148 kB
SwapCached:       6920 kB
Active:         220692 kB
Inactive:       124448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648276 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            2780 kB
Writeback:           0 kB
Mapped:          57308 kB
Slab:            47900 kB
Committed_AS:  3897864 kB
PageTables:       1812 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= 66488 MiB
End job on node45 at 2008-07-05 19:26:36