Trace number 2073160

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.09 1811.82

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-35-4.xml
MD5SUMdefc6c027faaafbf2eeba55753553416
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.3293
Satisfiable
(Un)Satisfiability was proved
Number of variables595
Number of constraints6545
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6545
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 02:16:52 2009
0.02/0.07	c 0	PID 17790
0.02/0.07	c 0	HOST node42.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2073160-1247357812.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073160-1247357812.xml' 'HOME/temp.csp'
0.06/0.99	c 1	1 domains, 595 variables, 1 predicates, 0 relations, 6545 constraints
0.96/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.01	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.96/1.09	c 1	Parsing HOME/temp.csp
0.97/1.25	c 1	parsed 7142 expressions
0.97/1.26	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.97/1.26	c 1	Converting to clausal form CSP
0.97/1.44	c 2	converted 715 (10%) expressions
0.97/1.58	c 2	converted 1429 (20%) expressions
0.97/1.64	c 2	converted 2143 (30%) expressions
0.97/1.70	c 2	converted 2857 (40%) expressions
0.97/1.82	c 2	converted 3571 (50%) expressions
0.97/1.87	c 2	converted 4286 (60%) expressions
0.97/1.93	c 2	converted 5000 (70%) expressions
0.97/1.98	c 2	converted 5714 (80%) expressions
0.97/2.04	c 2	converted 6428 (90%) expressions
2.03/2.18	c 2	converted 7142 (100%) expressions
2.03/2.18	c 2	CSP : 595 integers, 0 booleans, 6545 clauses, largest domain size 4
2.03/2.18	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.18	c 2	Propagation in CSP
2.13/2.21	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.21	c 2	CSP : 595 integers, 0 booleans, 6545 clauses, largest domain size 4
2.13/2.21	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.22	c 2	Simplifing CSP by introducing new Boolean variables
2.42/2.51	c 3	CSP : 595 integers, 39270 booleans, 45815 clauses, largest domain size 4
2.42/2.51	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.66	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.52/2.68	c 3	60 (10%) CSP integer variables are encoded (120 clauses, 1240 bytes)
2.52/2.69	c 3	119 (20%) CSP integer variables are encoded (238 clauses, 2538 bytes)
2.52/2.69	c 3	179 (30%) CSP integer variables are encoded (358 clauses, 3858 bytes)
2.52/2.69	c 3	238 (40%) CSP integer variables are encoded (476 clauses, 5156 bytes)
2.52/2.69	c 3	298 (50%) CSP integer variables are encoded (596 clauses, 6476 bytes)
2.52/2.69	c 3	357 (60%) CSP integer variables are encoded (714 clauses, 7870 bytes)
2.52/2.70	c 3	417 (70%) CSP integer variables are encoded (834 clauses, 9430 bytes)
2.52/2.70	c 3	476 (80%) CSP integer variables are encoded (952 clauses, 10964 bytes)
2.63/2.70	c 3	536 (90%) CSP integer variables are encoded (1072 clauses, 12524 bytes)
2.63/2.70	c 3	595 (100%) CSP integer variables are encoded (1190 clauses, 14058 bytes)
2.72/2.80	c 3	4582 (10%) CSP clauses are encoded (17556 clauses, 255626 bytes)
2.72/2.86	c 3	9163 (20%) CSP clauses are encoded (33915 clauses, 511364 bytes)
2.82/2.92	c 3	13745 (30%) CSP clauses are encoded (50281 clauses, 787130 bytes)
2.82/2.97	c 3	18326 (40%) CSP clauses are encoded (66640 clauses, 1063540 bytes)
2.91/3.03	c 3	22908 (50%) CSP clauses are encoded (83006 clauses, 1342144 bytes)
2.91/3.08	c 3	27489 (60%) CSP clauses are encoded (99365 clauses, 1620444 bytes)
3.02/3.14	c 3	32071 (70%) CSP clauses are encoded (115731 clauses, 1900284 bytes)
3.02/3.20	c 3	36652 (80%) CSP clauses are encoded (132090 clauses, 2193536 bytes)
3.11/3.26	c 3	41234 (90%) CSP clauses are encoded (148456 clauses, 2489420 bytes)
3.22/3.31	c 4	45815 (100%) CSP clauses are encoded (164815 clauses, 2785204 bytes)
3.22/3.32	c 4	45815 CSP clauses encoded
3.22/3.32	c 4	Writing map file : HOME/temp.map
3.22/3.33	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.22/3.33	c 4	SAT : 41055 SAT variables, 164815 SAT clauses, 2785204 bytes
3.22/3.33	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.22/3.37	c 4	SOLVING HOME/temp.cnf
3.22/3.37	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1811.81	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1811.81	c 1812	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.09/1811.81	c ERROR INTERRUPTED
1800.09/1811.82	s UNKNOWN
1800.09/1811.82	c 1812	CPU 3.27 (0.05 0.01 3.05 0.16)
1800.09/1811.82	c 1812	END Sun Jul 12 02:47:04 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-2073160-1247357812/watcher-2073160-1247357812 -o /tmp/evaluation-result-2073160-1247357812/solver-2073160-1247357812 -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-2073160-1247357812.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: 1.99 1.98 1.99 4/72 17790
/proc/meminfo: memFree=1887440/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=12272 CPUtime=0
/proc/17790/stat : 17790 (sugar) R 17788 17790 16480 0 -1 4194304 389 0 0 0 0 0 0 0 18 0 1 0 22845144 12566528 357 996147200 4194304 4206940 548682068608 18446744073709551615 259435220987 0 0 4224 0 0 0 0 17 0 0 0
/proc/17790/statm: 3068 364 274 3 0 168 0

[startup+0.0416699 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 17790
/proc/meminfo: memFree=1887440/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=13468 CPUtime=0.02
/proc/17790/stat : 17790 (sugar) R 17788 17790 16480 0 -1 4194304 755 0 0 0 2 0 0 0 18 0 1 0 22845144 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 0 4224 0 0 0 0 17 0 0 0
/proc/17790/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.101689 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 17790
/proc/meminfo: memFree=1887440/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=0.06
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22845144 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301717 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 17790
/proc/meminfo: memFree=1887440/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=0.06
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22845144 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702797 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 17790
/proc/meminfo: memFree=1887440/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=0.06
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22845144 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50196 s]
/proc/loadavg: 1.99 1.98 1.99 2/83 17802
/proc/meminfo: memFree=1866800/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=0.97
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1309 8086 0 1 5 1 86 5 15 0 1 0 22845144 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 16868

[startup+3.10226 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 17812
/proc/meminfo: memFree=1860144/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=0.97
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1310 8086 0 1 5 1 86 5 15 0 1 0 22845144 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1111 409 3 0 796 0
[pid=17803] ppid=17790 vsize=5356 CPUtime=0
/proc/17803/stat : 17803 (sh) S 17790 17790 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22845246 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17803/statm: 1339 233 193 169 0 50 0
[pid=17804] ppid=17803 vsize=868672 CPUtime=2.05
/proc/17804/stat : 17804 (java) S 17803 17790 16480 0 -1 0 12836 0 1 0 196 9 0 0 18 0 9 0 22845246 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17804/statm: 217168 11668 2590 9 0 211645 0
[pid=17804/tid=17805] ppid=17803 vsize=868672 CPUtime=1.12
/proc/17804/task/17805/stat : 17805 (java) R 17803 17790 16480 0 -1 64 3076 0 1 0 109 3 0 0 20 0 9 0 22845247 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4126990288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17804/tid=17806] ppid=17803 vsize=868672 CPUtime=0.69
/proc/17804/task/17806/stat : 17806 (java) S 17803 17790 16480 0 -1 64 7554 0 0 0 65 4 0 0 16 0 9 0 22845248 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17804/tid=17807] ppid=17803 vsize=868672 CPUtime=0
/proc/17804/task/17807/stat : 17807 (java) S 17803 17790 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22845248 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17804/tid=17808] ppid=17803 vsize=868672 CPUtime=0
/proc/17804/task/17808/stat : 17808 (java) S 17803 17790 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22845248 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17804/tid=17809] ppid=17803 vsize=868672 CPUtime=0
/proc/17804/task/17809/stat : 17809 (java) S 17803 17790 16480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22845250 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17804/tid=17810] ppid=17803 vsize=868672 CPUtime=0.2
/proc/17804/task/17810/stat : 17810 (java) S 17803 17790 16480 0 -1 64 1508 0 0 0 20 0 0 0 16 0 9 0 22845250 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17804/tid=17811] ppid=17803 vsize=868672 CPUtime=0
/proc/17804/task/17811/stat : 17811 (java) S 17803 17790 16480 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22845251 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17804/tid=17812] ppid=17803 vsize=868672 CPUtime=0
/proc/17804/task/17812/stat : 17812 (java) S 17803 17790 16480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22845251 889520128 11668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890896

[startup+6.30187 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 17814
/proc/meminfo: memFree=1873520/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=9424 CPUtime=2.89
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 1860 0 0 0 213 76 0 0 25 0 1 0 22845482 9650176 1839 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/17814/statm: 2356 1839 42 102 0 2251 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 31648

[startup+12.7011 s]
/proc/loadavg: 2.14 2.02 2.00 3/75 17814
/proc/meminfo: memFree=1872880/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=9952 CPUtime=9.23
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 2002 0 0 0 847 76 0 0 25 0 1 0 22845482 10190848 1967 996147200 134512640 134931368 4294956256 18446744073709551615 134544902 0 0 4096 0 0 0 0 17 1 0 0
/proc/17814/statm: 2488 1967 42 102 0 2383 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 32176

[startup+25.5025 s]
/proc/loadavg: 2.11 2.02 2.00 3/75 17814
/proc/meminfo: memFree=1872304/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=10548 CPUtime=21.9
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 2158 0 0 0 2114 76 0 0 25 0 1 0 22845482 10801152 2121 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/17814/statm: 2637 2121 48 102 0 2532 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 32772

[startup+51.1024 s]
/proc/loadavg: 2.07 2.01 2.00 3/75 17814
/proc/meminfo: memFree=1872240/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=10664 CPUtime=47.27
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 2193 0 0 0 4650 77 0 0 25 0 1 0 22845482 10919936 2156 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/17814/statm: 2666 2156 48 102 0 2561 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 32888

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 17814
/proc/meminfo: memFree=1871664/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=10980 CPUtime=97.98
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 2290 0 0 0 9721 77 0 0 25 0 1 0 22845482 11243520 2253 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/17814/statm: 2745 2253 48 102 0 2640 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 33204

[startup+162.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 17814
/proc/meminfo: memFree=1871216/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=11404 CPUtime=157.41
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 2446 0 0 0 15664 77 0 0 25 0 1 0 22845482 11677696 2342 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17814/statm: 2851 2342 48 102 0 2746 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 33628

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17814
/proc/meminfo: memFree=1870320/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=12324 CPUtime=216.84
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 2811 0 0 0 21606 78 0 0 25 0 1 0 22845482 12619776 2553 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/17814/statm: 3081 2553 48 102 0 2976 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 34548


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

/proc/meminfo: memFree=1843480/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=39384 CPUtime=1287.56
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 10951 0 0 0 128664 92 0 0 25 0 1 0 22845482 40329216 9169 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 9846 9169 48 102 0 9741 0
Current children cumulated CPU time (s) 1290.83
Current children cumulated vsize (KiB) 61608

[startup+1362.3 s]
/proc/loadavg: 1.36 1.65 1.86 3/75 18073
/proc/meminfo: memFree=1834416/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=39644 CPUtime=1347.52
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 11140 0 0 0 134659 93 0 0 25 0 1 0 22845482 40595456 9253 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 9911 9253 48 102 0 9806 0
Current children cumulated CPU time (s) 1350.79
Current children cumulated vsize (KiB) 61868

[startup+1422.31 s]
/proc/loadavg: 1.78 1.71 1.86 3/75 18073
/proc/meminfo: memFree=1834160/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=39900 CPUtime=1407.49
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 11332 0 0 0 140656 93 0 0 25 0 1 0 22845482 40857600 9335 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 9975 9335 48 102 0 9870 0
Current children cumulated CPU time (s) 1410.76
Current children cumulated vsize (KiB) 62124

[startup+1482.3 s]
/proc/loadavg: 1.91 1.76 1.87 3/75 18073
/proc/meminfo: memFree=1827248/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=46608 CPUtime=1467.47
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 13108 0 0 0 146652 95 0 0 25 0 1 0 22845482 47726592 11001 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 11652 11001 48 102 0 11547 0
Current children cumulated CPU time (s) 1470.74
Current children cumulated vsize (KiB) 68832

[startup+1542.3 s]
/proc/loadavg: 1.97 1.80 1.88 3/75 18073
/proc/meminfo: memFree=1824816/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=48956 CPUtime=1527.44
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 13819 0 0 0 152648 96 0 0 25 0 1 0 22845482 50130944 11602 996147200 134512640 134931368 4294956256 18446744073709551615 134524032 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 12239 11602 48 102 0 12134 0
Current children cumulated CPU time (s) 1530.71
Current children cumulated vsize (KiB) 71180

[startup+1602.3 s]
/proc/loadavg: 1.98 1.83 1.88 3/75 18073
/proc/meminfo: memFree=1824816/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=48956 CPUtime=1587.41
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 13828 0 0 0 158645 96 0 0 25 0 1 0 22845482 50130944 11611 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 12239 11611 48 102 0 12134 0
Current children cumulated CPU time (s) 1590.68
Current children cumulated vsize (KiB) 71180

[startup+1662.3 s]
/proc/loadavg: 1.99 1.86 1.89 3/75 18073
/proc/meminfo: memFree=1817520/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=56592 CPUtime=1647.39
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 15713 0 0 0 164641 98 0 0 25 0 1 0 22845482 57950208 13496 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 14148 13496 48 102 0 14043 0
Current children cumulated CPU time (s) 1650.66
Current children cumulated vsize (KiB) 78816

[startup+1722.3 s]
/proc/loadavg: 1.99 1.88 1.89 3/75 18073
/proc/meminfo: memFree=1816560/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=57104 CPUtime=1707.36
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 15983 0 0 0 170638 98 0 0 25 0 1 0 22845482 58474496 13651 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 14276 13651 48 102 0 14171 0
Current children cumulated CPU time (s) 1710.63
Current children cumulated vsize (KiB) 79328

[startup+1782.3 s]
/proc/loadavg: 1.99 1.90 1.90 3/75 18073
/proc/meminfo: memFree=1816432/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=57104 CPUtime=1767.33
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 15990 0 0 0 176635 98 0 0 25 0 1 0 22845482 58474496 13658 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 14276 13658 48 102 0 14171 0
Current children cumulated CPU time (s) 1770.6
Current children cumulated vsize (KiB) 79328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 1.99 1.91 1.90 3/75 18073
/proc/meminfo: memFree=1816432/2055920 swapFree=4192812/4192956
[pid=17790] ppid=17788 vsize=16868 CPUtime=3.27
/proc/17790/stat : 17790 (sugar) S 17788 17790 16480 0 -1 4194304 1365 21251 0 2 5 1 305 16 16 0 1 0 22845144 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17790/statm: 4217 1113 409 3 0 796 0
[pid=17813] ppid=17790 vsize=5356 CPUtime=0
/proc/17813/stat : 17813 (sh) S 17790 17790 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17813/statm: 1339 232 193 169 0 50 0
[pid=17814] ppid=17813 vsize=57104 CPUtime=1796.82
/proc/17814/stat : 17814 (picosat) R 17813 17790 16480 0 -1 4194304 15995 0 0 0 179584 98 0 0 25 0 1 0 22845482 58474496 13663 996147200 134512640 134931368 4294956256 18446744073709551615 134544783 0 0 4096 0 0 0 0 17 0 0 0
/proc/17814/statm: 14276 13663 48 102 0 14171 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 79328

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 17790 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=113526
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=187971
# CPU time returned by wait4() is 3.3015
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.82
CPU time (s): 1800.09
CPU user time (s): 1798.94
CPU system time (s): 1.15
CPU usage (%): 99.3524
Max. virtual memory (cumulated for all children) (KiB): 891288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.11353
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23101
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= 2773
involuntary context switches= 2659

runsolver used 2.28565 second user time and 5.84711 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 02:16:52
IDJOB=2073160
IDBENCH=55953
IDSOLVER=738
FILE ID=node42/2073160-1247357812
PBS_JOBID= 9506840
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-35-4.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-2073160-1247357812/watcher-2073160-1247357812 -o /tmp/evaluation-result-2073160-1247357812/solver-2073160-1247357812 -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-2073160-1247357812.xml

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

MD5SUM BENCH= defc6c027faaafbf2eeba55753553416
RANDOM SEED=1065450764

node42.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.283
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.283
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:       1887920 kB
Buffers:         18236 kB
Cached:          84104 kB
SwapCached:          0 kB
Active:          90036 kB
Inactive:        30256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:          29448 kB
Slab:            33316 kB
Committed_AS:   163196 kB
PageTables:       1720 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= 66304 MiB
End job on node42 at 2009-07-12 02:47:06