Trace number 2080849

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.12 1809.12

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-16.xml
MD5SUM17d5a229380d5fbf34b59ff6e8d706d0
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 variables48
Number of constraints1160
Maximum constraint arity2
Maximum domain size48
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1160
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:04:02 2009
0.00/0.08	c 0	PID 21692
0.00/0.08	c 0	HOST node55.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080849-1247371442.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080849-1247371442.xml' 'HOME/temp.csp'
0.06/0.67	c 1	1 domains, 48 variables, 2 predicates, 0 relations, 1160 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 1	Parsing HOME/temp.csp
0.63/0.84	c 1	parsed 1211 expressions
0.63/0.85	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.63/0.85	c 1	Converting to clausal form CSP
0.63/0.92	c 1	converted 122 (10%) expressions
0.63/0.97	c 1	converted 243 (20%) expressions
0.91/1.06	c 1	converted 364 (30%) expressions
0.91/1.08	c 1	converted 485 (40%) expressions
0.91/1.09	c 1	converted 606 (50%) expressions
0.91/1.10	c 1	converted 727 (60%) expressions
1.01/1.11	c 1	converted 848 (70%) expressions
1.01/1.12	c 1	converted 969 (80%) expressions
1.01/1.12	c 1	converted 1090 (90%) expressions
1.01/1.13	c 1	converted 1211 (100%) expressions
1.01/1.13	c 1	CSP : 48 integers, 0 booleans, 1192 clauses, largest domain size 46
1.01/1.13	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.13	c 1	Propagation in CSP
1.01/1.14	c 1	152 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.14	c 1	CSP : 48 integers, 0 booleans, 1192 clauses, largest domain size 44
1.01/1.14	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.18	c 1	CSP : 48 integers, 2256 booleans, 3448 clauses, largest domain size 44
1.01/1.18	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.22	c 1	5 (10%) CSP integer variables are encoded (190 clauses, 1944 bytes)
1.11/1.22	c 1	10 (20%) CSP integer variables are encoded (330 clauses, 3484 bytes)
1.11/1.23	c 1	15 (30%) CSP integer variables are encoded (420 clauses, 4474 bytes)
1.11/1.23	c 1	20 (40%) CSP integer variables are encoded (588 clauses, 6322 bytes)
1.11/1.23	c 1	24 (50%) CSP integer variables are encoded (712 clauses, 7686 bytes)
1.11/1.23	c 1	29 (60%) CSP integer variables are encoded (822 clauses, 8896 bytes)
1.11/1.23	c 1	34 (70%) CSP integer variables are encoded (946 clauses, 10260 bytes)
1.11/1.23	c 1	39 (80%) CSP integer variables are encoded (1116 clauses, 12433 bytes)
1.11/1.23	c 1	44 (90%) CSP integer variables are encoded (1236 clauses, 13993 bytes)
1.11/1.23	c 1	48 (100%) CSP integer variables are encoded (1296 clauses, 14773 bytes)
1.11/1.26	c 1	345 (10%) CSP clauses are encoded (7783 clauses, 116799 bytes)
1.11/1.29	c 1	690 (20%) CSP clauses are encoded (13186 clauses, 207230 bytes)
1.21/1.31	c 1	1035 (30%) CSP clauses are encoded (17906 clauses, 285397 bytes)
1.21/1.32	c 1	1380 (40%) CSP clauses are encoded (21285 clauses, 340733 bytes)
1.21/1.33	c 1	1724 (50%) CSP clauses are encoded (23300 clauses, 372885 bytes)
1.21/1.34	c 1	2069 (60%) CSP clauses are encoded (26703 clauses, 428977 bytes)
1.21/1.36	c 1	2414 (70%) CSP clauses are encoded (32656 clauses, 529353 bytes)
1.21/1.37	c 1	2759 (80%) CSP clauses are encoded (37344 clauses, 608199 bytes)
1.21/1.38	c 1	3104 (90%) CSP clauses are encoded (40779 clauses, 665928 bytes)
1.21/1.39	c 1	3448 (100%) CSP clauses are encoded (46082 clauses, 762562 bytes)
1.21/1.39	c 1	3448 CSP clauses encoded
1.21/1.39	c 1	Writing map file : HOME/temp.map
1.21/1.39	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 1	SAT : 3600 SAT variables, 46082 SAT clauses, 762562 bytes
1.21/1.39	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.44	c 1	SOLVING HOME/temp.cnf
1.30/1.44	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1809.10	sh: line 1: 21716 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1809.11	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1809.11	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1809.12	c ERROR INTERRUPTED
1800.08/1809.12	s UNKNOWN
1800.08/1809.12	c 1809	CPU 1800.09 (0.06 0.01 1799.57 0.45)
1800.08/1809.12	c 1809	END Sun Jul 12 06:34:11 2009

Verifier Data

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

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.03 4/80 21692
/proc/meminfo: memFree=1205192/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=12268 CPUtime=0
/proc/21692/stat : 21692 (sugar) R 21690 21692 17166 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 24207510 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21692/statm: 3067 316 241 3 0 167 0

[startup+0.0948131 s]
/proc/loadavg: 2.00 2.03 2.03 4/80 21692
/proc/meminfo: memFree=1205192/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=0.06
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24207510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.10181 s]
/proc/loadavg: 2.00 2.03 2.03 4/80 21692
/proc/meminfo: memFree=1205192/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=0.06
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24207510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301821 s]
/proc/loadavg: 2.00 2.03 2.03 4/80 21692
/proc/meminfo: memFree=1205192/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=0.06
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24207510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701859 s]
/proc/loadavg: 2.00 2.03 2.03 4/80 21692
/proc/meminfo: memFree=1205192/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=0.06
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 24207510 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50193 s]
/proc/loadavg: 2.00 2.03 2.03 4/91 21714
/proc/meminfo: memFree=1194416/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16868

[startup+3.10108 s]
/proc/loadavg: 2.00 2.03 2.03 3/83 21716
/proc/meminfo: memFree=1199024/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=2644 CPUtime=1.62
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 572 0 0 0 141 21 0 0 25 0 1 0 24207656 2707456 558 996147200 134512640 134931368 4294956256 18446744073709551615 134529100 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 661 558 42 102 0 556 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 24868

[startup+6.30238 s]
/proc/loadavg: 2.00 2.03 2.03 3/83 21716
/proc/meminfo: memFree=1198448/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=3172 CPUtime=4.79
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 695 0 0 0 458 21 0 0 25 0 1 0 24207656 3248128 681 996147200 134512640 134931368 4294956256 18446744073709551615 134524107 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 793 681 42 102 0 688 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 25396

[startup+12.702 s]
/proc/loadavg: 2.00 2.03 2.03 3/83 21716
/proc/meminfo: memFree=1198192/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=3288 CPUtime=11.14
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 758 0 0 0 1092 22 0 0 25 0 1 0 24207656 3366912 741 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 822 741 48 102 0 717 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 25512

[startup+25.5011 s]
/proc/loadavg: 2.00 2.03 2.03 3/83 21716
/proc/meminfo: memFree=1198000/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=3524 CPUtime=23.82
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 808 0 0 0 2360 22 0 0 25 0 1 0 24207656 3608576 791 996147200 134512640 134931368 4294956256 18446744073709551615 134524009 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 881 791 48 102 0 776 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 25748

[startup+51.1015 s]
/proc/loadavg: 2.00 2.03 2.03 3/83 21716
/proc/meminfo: memFree=1197744/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=3764 CPUtime=49.18
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 877 0 0 0 4896 22 0 0 25 0 1 0 24207656 3854336 860 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 941 860 48 102 0 836 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 25988

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.02 3/83 21716
/proc/meminfo: memFree=1197104/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=4332 CPUtime=99.9
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 1018 0 0 0 9968 22 0 0 25 0 1 0 24207656 4435968 1001 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 1083 1001 48 102 0 978 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 26556

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.02 3/83 21716
/proc/meminfo: memFree=1196656/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=4928 CPUtime=159.33
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 1112 0 0 0 15911 22 0 0 25 0 1 0 24207656 5046272 1095 996147200 134512640 134931368 4294956256 18446744073709551615 134525627 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 1232 1095 48 102 0 1127 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 27152

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 21716
/proc/meminfo: memFree=1196464/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=5096 CPUtime=218.77
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 1186 0 0 0 21855 22 0 0 25 0 1 0 24207656 5218304 1146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 1274 1146 48 102 0 1169 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 27320

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 21716
/proc/meminfo: memFree=1196144/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=5320 CPUtime=278.21
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 1255 0 0 0 27799 22 0 0 25 0 1 0 24207656 5447680 1211 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21716/statm: 1330 1211 48 102 0 1225 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 27544

[startup+342.301 s]

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

[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=7788 CPUtime=1292.15
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 3293 0 0 0 129180 35 0 0 25 0 1 0 24207656 7974912 1849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 1947 1849 48 102 0 1842 0
Current children cumulated CPU time (s) 1293.47
Current children cumulated vsize (KiB) 30012

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 22533
/proc/meminfo: memFree=1308504/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=7920 CPUtime=1352.12
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 3362 0 0 0 135177 35 0 0 25 0 1 0 24207656 8110080 1859 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 1980 1859 48 102 0 1875 0
Current children cumulated CPU time (s) 1353.44
Current children cumulated vsize (KiB) 30144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 22533
/proc/meminfo: memFree=1309720/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=8052 CPUtime=1412.1
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 3459 0 0 0 141175 35 0 0 25 0 1 0 24207656 8245248 1894 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2013 1894 48 102 0 1908 0
Current children cumulated CPU time (s) 1413.42
Current children cumulated vsize (KiB) 30276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 22533
/proc/meminfo: memFree=1308888/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=8184 CPUtime=1472.08
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 3582 0 0 0 147172 36 0 0 25 0 1 0 24207656 8380416 1955 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2046 1955 48 102 0 1941 0
Current children cumulated CPU time (s) 1473.4
Current children cumulated vsize (KiB) 30408

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 22533
/proc/meminfo: memFree=1294488/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=8448 CPUtime=1532.05
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 3706 0 0 0 153169 36 0 0 25 0 1 0 24207656 8650752 2017 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2112 2017 48 102 0 2007 0
Current children cumulated CPU time (s) 1533.37
Current children cumulated vsize (KiB) 30672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 22533
/proc/meminfo: memFree=1309528/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=8516 CPUtime=1592.03
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 3777 0 0 0 159167 36 0 0 25 0 1 0 24207656 8720384 1981 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2129 1981 48 102 0 2024 0
Current children cumulated CPU time (s) 1593.35
Current children cumulated vsize (KiB) 30740

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 22533
/proc/meminfo: memFree=1308568/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=8648 CPUtime=1652
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 3856 0 0 0 165164 36 0 0 25 0 1 0 24207656 8855552 1995 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2162 1995 48 102 0 2057 0
Current children cumulated CPU time (s) 1653.32
Current children cumulated vsize (KiB) 30872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 22533
/proc/meminfo: memFree=1307928/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=8780 CPUtime=1711.98
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 3953 0 0 0 171162 36 0 0 25 0 1 0 24207656 8990720 2027 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2195 2027 48 102 0 2090 0
Current children cumulated CPU time (s) 1713.3
Current children cumulated vsize (KiB) 31004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 22533
/proc/meminfo: memFree=1309656/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=9044 CPUtime=1771.97
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 4102 0 0 0 177160 37 0 0 25 0 1 0 24207656 9261056 2108 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2261 2108 48 102 0 2156 0
Current children cumulated CPU time (s) 1773.29
Current children cumulated vsize (KiB) 31268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.15 2.03 2.00 3/84 22533
/proc/meminfo: memFree=1308696/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=9044 CPUtime=1798.76
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 4102 0 0 0 179839 37 0 0 25 0 1 0 24207656 9261056 2108 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2261 2108 48 102 0 2156 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 31268

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

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

[startup+1809.1 s]
/proc/loadavg: 2.15 2.03 2.00 3/84 22533
/proc/meminfo: memFree=1308696/2055920 swapFree=4192952/4192956
[pid=21692] ppid=21690 vsize=16868 CPUtime=1.32
/proc/21692/stat : 21692 (sugar) S 21690 21692 17166 0 -1 4194304 1365 11753 0 2 6 1 118 7 16 0 1 0 24207510 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21692/statm: 4217 1113 409 3 0 796 0
[pid=21715] ppid=21692 vsize=5356 CPUtime=0
/proc/21715/stat : 21715 (sh) S 21692 21692 17166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24207655 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21715/statm: 1339 232 193 169 0 50 0
[pid=21716] ppid=21715 vsize=9044 CPUtime=1798.76
/proc/21716/stat : 21716 (picosat) R 21715 21692 17166 0 -1 4194304 4102 0 0 0 179839 37 0 0 25 0 1 0 24207656 9261056 2108 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21716/statm: 2261 2108 48 102 0 2156 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 31268

Child status: 0
Real time (s): 1809.12
CPU time (s): 1800.12
CPU user time (s): 1799.64
CPU system time (s): 0.478927
CPU usage (%): 99.5023
Max. virtual memory (cumulated for all children) (KiB): 890808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.478927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18002
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= 1570
involuntary context switches= 24422

runsolver used 2.09668 second user time and 6.13807 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 06:04:02
IDJOB=2080849
IDBENCH=57184
IDSOLVER=738
FILE ID=node55/2080849-1247371442
PBS_JOBID= 9507039
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 17d5a229380d5fbf34b59ff6e8d706d0
RANDOM SEED=664654062

node55.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.231
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.231
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:       1205672 kB
Buffers:         83704 kB
Cached:         528088 kB
SwapCached:          4 kB
Active:         318176 kB
Inactive:       455336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205672 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:         179576 kB
Slab:            61744 kB
Committed_AS:   918784 kB
PageTables:       2028 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= 66372 MiB
End job on node55 at 2009-07-12 06:34:13