Trace number 1090958

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.14 1826.72

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-4.xml
MD5SUM6b7c438b953fee64c4252b623e50d1a7
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 variables1406
Number of constraints9695
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9695
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 17:47:31 2008
0.00/0.05	c 0	PID 466
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090958-1215272851.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-1090958-1215272851.xml' 'HOME/temp.csp'
0.03/0.97	c 1	1 domains, 1406 variables, 1 predicates, 0 relations, 9695 constraints
0.03/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/1.00	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/1.08	c 1	Parsing HOME/temp.csp
1.29/1.41	c 2	parsed 10000 expressions
1.29/1.43	c 2	parsed 11103 expressions
1.29/1.44	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.44	c 2	Converting to clausal form CSP
1.29/1.47	c 2	converted 1111 (10%) expressions
1.48/1.67	c 2	converted 2221 (20%) expressions
1.58/1.70	c 2	converted 3331 (30%) expressions
1.58/1.77	c 2	converted 4442 (40%) expressions
1.68/1.81	c 2	converted 5552 (50%) expressions
1.68/1.84	c 2	converted 6662 (60%) expressions
1.68/1.87	c 2	converted 7773 (70%) expressions
1.79/1.95	c 2	converted 8883 (80%) expressions
1.79/1.98	c 2	converted 9993 (90%) expressions
1.87/2.02	c 2	converted 11103 (100%) expressions
1.87/2.02	c 2	CSP : 1406 integers, 0 booleans, 9695 clauses, largest domain size 4
1.87/2.02	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.87/2.02	c 2	Propagation in CSP
1.97/2.11	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.97/2.11	c 2	CSP : 1406 integers, 0 booleans, 9695 clauses, largest domain size 4
1.97/2.11	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.97/2.12	c 2	Simplifing CSP by introducing new Boolean variables
2.17/2.31	c 2	CSP : 1406 integers, 19390 booleans, 29085 clauses, largest domain size 4
2.17/2.31	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.26/2.40	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.26/2.43	c 3	141 (10%) CSP integer variables are encoded (282 clauses, 3022 bytes)
2.26/2.44	c 3	282 (20%) CSP integer variables are encoded (564 clauses, 6124 bytes)
2.26/2.44	c 3	422 (30%) CSP integer variables are encoded (844 clauses, 9560 bytes)
2.26/2.44	c 3	563 (40%) CSP integer variables are encoded (1126 clauses, 13226 bytes)
2.26/2.45	c 3	703 (50%) CSP integer variables are encoded (1406 clauses, 16866 bytes)
2.26/2.45	c 3	844 (60%) CSP integer variables are encoded (1688 clauses, 20532 bytes)
2.26/2.45	c 3	985 (70%) CSP integer variables are encoded (1970 clauses, 24198 bytes)
2.26/2.45	c 3	1125 (80%) CSP integer variables are encoded (2250 clauses, 27838 bytes)
2.26/2.45	c 3	1266 (90%) CSP integer variables are encoded (2532 clauses, 31504 bytes)
2.26/2.45	c 3	1406 (100%) CSP integer variables are encoded (2812 clauses, 35144 bytes)
2.36/2.53	c 3	2909 (10%) CSP clauses are encoded (11541 clauses, 159600 bytes)
2.36/2.56	c 3	5817 (20%) CSP clauses are encoded (20263 clauses, 288660 bytes)
2.36/2.58	c 3	8726 (30%) CSP clauses are encoded (28992 clauses, 418981 bytes)
2.45/2.61	c 3	11634 (40%) CSP clauses are encoded (37714 clauses, 562335 bytes)
2.45/2.64	c 3	14543 (50%) CSP clauses are encoded (46443 clauses, 709761 bytes)
2.45/2.67	c 3	17451 (60%) CSP clauses are encoded (55165 clauses, 857063 bytes)
2.45/2.70	c 3	20360 (70%) CSP clauses are encoded (63894 clauses, 1004489 bytes)
2.56/2.73	c 3	23268 (80%) CSP clauses are encoded (72616 clauses, 1151791 bytes)
2.56/2.76	c 3	26177 (90%) CSP clauses are encoded (81345 clauses, 1299217 bytes)
2.56/2.78	c 3	29085 (100%) CSP clauses are encoded (90067 clauses, 1446519 bytes)
2.56/2.78	c 3	29085 CSP clauses encoded
2.56/2.78	c 3	Writing map file : HOME/temp.map
2.65/2.83	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.65/2.83	c 3	SAT : 23608 SAT variables, 90067 SAT clauses, 1446519 bytes
2.65/2.83	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.65/2.85	c 3	SOLVING HOME/temp.cnf
2.65/2.85	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1826.71	sh: line 1:   490 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1826.71	c 1827	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1826.71	c 1827	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.08/1826.72	c ERROR INTERRUPTED
1800.08/1826.72	s UNKNOWN
1800.08/1826.72	c 1827	CPU 1799.39 (0.04 0 1799.35 0.73)
1800.08/1826.72	c 1827	END Sat Jul  5 18:17:58 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-1090958-1215272851/watcher-1090958-1215272851 -o /tmp/evaluation-result-1090958-1215272851/solver-1090958-1215272851 -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-1090958-1215272851.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.08 2.02 2.01 4/93 466
/proc/meminfo: memFree=1536296/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=18572 CPUtime=0
/proc/466/stat : 466 (runsolver) R 464 466 429 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006257079 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/466/statm: 4643 292 257 25 0 2626 0

[startup+0.100041 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 466
/proc/meminfo: memFree=1536296/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=0.03
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006257079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201052 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 466
/proc/meminfo: memFree=1536296/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=0.03
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006257079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301066 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 466
/proc/meminfo: memFree=1536296/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=0.03
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006257079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701137 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 466
/proc/meminfo: memFree=1536296/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=0.03
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006257079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50227 s]
/proc/loadavg: 2.08 2.02 2.01 3/104 488
/proc/meminfo: memFree=1529424/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=0.92
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 974 9104 0 1 3 0 84 5 15 0 1 0 2006257079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 797 370 3 0 500 0
[pid=479] ppid=466 vsize=5356 CPUtime=0
/proc/479/stat : 479 (sh) S 466 466 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006257180 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/479/statm: 1339 233 193 169 0 50 0
[pid=480] ppid=479 vsize=864276 CPUtime=0.46
/proc/480/stat : 480 (java) S 479 466 429 0 -1 0 4487 0 1 0 43 3 0 0 18 0 9 0 2006257180 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/480/statm: 216069 3917 1731 9 0 210644 0
[pid=480/tid=481] ppid=479 vsize=864276 CPUtime=0.33
/proc/480/task/481/stat : 481 (java) R 479 466 429 0 -1 64 2669 0 1 0 31 2 0 0 22 0 9 0 2006257181 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4125966844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=480/tid=482] ppid=479 vsize=864276 CPUtime=0.04
/proc/480/task/482/stat : 482 (java) S 479 466 429 0 -1 64 785 0 0 0 4 0 0 0 16 0 9 0 2006257182 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=480/tid=483] ppid=479 vsize=864276 CPUtime=0
/proc/480/task/483/stat : 483 (java) S 479 466 429 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2006257182 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=480/tid=484] ppid=479 vsize=864276 CPUtime=0
/proc/480/task/484/stat : 484 (java) S 479 466 429 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006257182 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=480/tid=485] ppid=479 vsize=864276 CPUtime=0
/proc/480/task/485/stat : 485 (java) S 479 466 429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006257184 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=480/tid=486] ppid=479 vsize=864276 CPUtime=0.07
/proc/480/task/486/stat : 486 (java) S 479 466 429 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 2006257184 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=480/tid=487] ppid=479 vsize=864276 CPUtime=0
/proc/480/task/487/stat : 487 (java) S 479 466 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006257184 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=480/tid=488] ppid=479 vsize=864276 CPUtime=0
/proc/480/task/488/stat : 488 (java) S 479 466 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006257184 885018624 3917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 883232

[startup+3.10254 s]
/proc/loadavg: 2.15 2.03 2.01 4/104 488
/proc/meminfo: memFree=1510352/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 13600

[startup+6.30108 s]
/proc/loadavg: 2.15 2.03 2.01 3/96 490
/proc/meminfo: memFree=1526736/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=6960 CPUtime=3.37
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 1481 0 0 0 297 40 0 0 25 0 1 0 2006257365 7127040 1467 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 1740 1467 42 102 0 1635 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 25916

[startup+12.7022 s]
/proc/loadavg: 2.13 2.03 2.01 3/96 490
/proc/meminfo: memFree=1525648/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=7448 CPUtime=9.62
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 1597 0 0 0 922 40 0 0 25 0 1 0 2006257365 7626752 1581 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 1862 1581 48 102 0 1757 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 26404

[startup+25.5023 s]
/proc/loadavg: 2.11 2.03 2.01 3/96 490
/proc/meminfo: memFree=1524816/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=8256 CPUtime=22.18
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 1821 0 0 0 2178 40 0 0 25 0 1 0 2006257365 8454144 1805 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 2064 1805 48 102 0 1959 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 27212

[startup+51.1016 s]
/proc/loadavg: 2.07 2.03 2.01 3/96 490
/proc/meminfo: memFree=1523280/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=9792 CPUtime=47.27
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 2204 0 0 0 4687 40 0 0 25 0 1 0 2006257365 10027008 2188 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 2448 2188 48 102 0 2343 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 28748

[startup+102.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/96 490
/proc/meminfo: memFree=1520976/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=12016 CPUtime=97.48
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 2722 0 0 0 9707 41 0 0 25 0 1 0 2006257365 12304384 2706 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 3004 2706 48 102 0 2899 0
Current children cumulated CPU time (s) 100.19
Current children cumulated vsize (KiB) 30972

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 490
/proc/meminfo: memFree=1518992/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=13944 CPUtime=156.31
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 3302 0 0 0 15589 42 0 0 25 0 1 0 2006257365 14278656 3145 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 3486 3145 48 102 0 3381 0
Current children cumulated CPU time (s) 159.02
Current children cumulated vsize (KiB) 32900

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 490
/proc/meminfo: memFree=1516624/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=16320 CPUtime=215.15
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 4134 0 0 0 21472 43 0 0 25 0 1 0 2006257365 16711680 3751 996147200 134512640 134931368 4294956256 18446744073709551615 134529537 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 4080 3751 48 102 0 3975 0
Current children cumulated CPU time (s) 217.86
Current children cumulated vsize (KiB) 35276

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

[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=27564 CPUtime=1215.34
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 9369 0 0 0 121485 49 0 0 25 0 1 0 2006257365 28225536 6600 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 6891 6600 48 102 0 6786 0
Current children cumulated CPU time (s) 1218.05
Current children cumulated vsize (KiB) 46520

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 496
/proc/meminfo: memFree=1502800/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=29676 CPUtime=1274.18
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 9955 0 0 0 127369 49 0 0 25 0 1 0 2006257365 30388224 7108 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 7419 7108 48 102 0 7314 0
Current children cumulated CPU time (s) 1276.89
Current children cumulated vsize (KiB) 48632

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 499
/proc/meminfo: memFree=1557072/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=29676 CPUtime=1333.51
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 10053 0 0 0 133302 49 0 0 25 0 1 0 2006257365 30388224 7128 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/490/statm: 7419 7128 48 102 0 7314 0
Current children cumulated CPU time (s) 1336.22
Current children cumulated vsize (KiB) 48632

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 499
/proc/meminfo: memFree=1556880/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=29676 CPUtime=1393.49
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 10222 0 0 0 139300 49 0 0 25 0 1 0 2006257365 30388224 7135 996147200 134512640 134931368 4294956256 18446744073709551615 134530208 0 0 4096 0 0 0 0 17 0 0 0
/proc/490/statm: 7419 7135 48 102 0 7314 0
Current children cumulated CPU time (s) 1396.2
Current children cumulated vsize (KiB) 48632

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 499
/proc/meminfo: memFree=1554576/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=32316 CPUtime=1453.46
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 10941 0 0 0 145296 50 0 0 25 0 1 0 2006257365 33091584 7773 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/490/statm: 8079 7773 48 102 0 7974 0
Current children cumulated CPU time (s) 1456.17
Current children cumulated vsize (KiB) 51272

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 499
/proc/meminfo: memFree=1553744/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=32844 CPUtime=1513.44
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 11260 0 0 0 151293 51 0 0 25 0 1 0 2006257365 33632256 7926 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/490/statm: 8211 7926 48 102 0 8106 0
Current children cumulated CPU time (s) 1516.15
Current children cumulated vsize (KiB) 51800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 510
/proc/meminfo: memFree=1496392/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=32844 CPUtime=1573.42
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 11260 0 0 0 157290 52 0 0 25 0 1 0 2006257365 33632256 7926 996147200 134512640 134931368 4294956256 18446744073709551615 134529123 0 0 4096 0 0 0 0 17 0 0 0
/proc/490/statm: 8211 7926 48 102 0 8106 0
Current children cumulated CPU time (s) 1576.13
Current children cumulated vsize (KiB) 51800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 510
/proc/meminfo: memFree=1493448/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=32648 CPUtime=1633.38
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 11260 0 0 0 163286 52 0 0 25 0 1 0 2006257365 33431552 7886 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/490/statm: 8162 7886 48 102 0 8057 0
Current children cumulated CPU time (s) 1636.09
Current children cumulated vsize (KiB) 51604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 510
/proc/meminfo: memFree=1493256/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=32648 CPUtime=1693.35
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 11260 0 0 0 169283 52 0 0 25 0 1 0 2006257365 33431552 7886 996147200 134512640 134931368 4294956256 18446744073709551615 134523984 0 0 4096 0 0 0 0 17 0 0 0
/proc/490/statm: 8162 7886 48 102 0 8057 0
Current children cumulated CPU time (s) 1696.06
Current children cumulated vsize (KiB) 51604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 510
/proc/meminfo: memFree=1495112/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=31152 CPUtime=1753.33
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 11269 0 0 0 175281 52 0 0 25 0 1 0 2006257365 31899648 7393 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/490/statm: 7788 7393 48 102 0 7683 0
Current children cumulated CPU time (s) 1756.04
Current children cumulated vsize (KiB) 50108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826.7 s]
/proc/loadavg: 2.23 2.05 2.01 3/84 773
/proc/meminfo: memFree=1601456/2055920 swapFree=4180240/4192956
[pid=466] ppid=464 vsize=13600 CPUtime=2.71
/proc/466/stat : 466 (sugar) S 464 466 429 0 -1 4194304 1022 19635 0 2 3 0 253 15 16 0 1 0 2006257079 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/466/statm: 3400 799 370 3 0 500 0
[pid=489] ppid=466 vsize=5356 CPUtime=0
/proc/489/stat : 489 (sh) S 466 466 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006257365 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 232 193 169 0 50 0
[pid=490] ppid=489 vsize=31284 CPUtime=1797.37
/proc/490/stat : 490 (picosat) R 489 466 429 0 -1 4194304 11370 0 0 0 179681 56 0 0 25 0 1 0 2006257365 32034816 7404 996147200 134512640 134931368 4294956256 18446744073709551615 134525818 0 0 4096 0 0 0 0 17 1 0 0
/proc/490/statm: 7821 7404 48 102 0 7716 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 50240

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

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

Child status: 0
Real time (s): 1826.72
CPU time (s): 1800.14
CPU user time (s): 1799.4
CPU system time (s): 0.741887
CPU usage (%): 98.5447
Max. virtual memory (cumulated for all children) (KiB): 887532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.741887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32928
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= 2834
involuntary context switches= 61593

runsolver used 2.09968 second user time and 6.22105 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 17:47:31
IDJOB=1090958
IDBENCH=58514
IDSOLVER=345
FILE ID=node50/1090958-1215272851
PBS_JOBID= 7882255
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-5-4.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-1090958-1215272851/watcher-1090958-1215272851 -o /tmp/evaluation-result-1090958-1215272851/solver-1090958-1215272851 -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-1090958-1215272851.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b7c438b953fee64c4252b623e50d1a7
RANDOM SEED=625001363

node50.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.261
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.261
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:       1536776 kB
Buffers:         73832 kB
Cached:         286976 kB
SwapCached:       7072 kB
Active:         279816 kB
Inactive:       178020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536776 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:           27656 kB
Writeback:           0 kB
Mapped:         113084 kB
Slab:            46040 kB
Committed_AS:  4673620 kB
PageTables:       2264 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= 66440 MiB
End job on node50 at 2008-07-05 18:18:00