Trace number 2057958

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 1812.83

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-2_ext.xml
MD5SUM6e7a77deeab63b51f1405d677ab9bb4c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
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 Sat Jul 11 15:44:00 2009
0.00/0.08	c 0	PID 12219
0.00/0.08	c 0	HOST node42.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2057958-1247319840.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-2057958-1247319840.xml' 'HOME/temp.csp'
0.07/0.70	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.07/0.79	c 1	Parsing HOME/temp.csp
0.68/0.91	c 1	parsed 1385 expressions
0.68/0.95	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/0.95	c 1	Converting to clausal form CSP
0.68/0.97	c 1	converted 139 (10%) expressions
0.68/1.00	c 1	converted 277 (20%) expressions
0.68/1.02	c 1	converted 416 (30%) expressions
0.68/1.04	c 1	converted 554 (40%) expressions
0.68/1.07	c 1	converted 693 (50%) expressions
0.68/1.09	c 1	converted 831 (60%) expressions
1.04/1.16	c 1	converted 970 (70%) expressions
1.04/1.19	c 1	converted 1108 (80%) expressions
1.04/1.20	c 1	converted 1247 (90%) expressions
1.15/1.22	c 2	converted 1385 (100%) expressions
1.15/1.22	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.15/1.22	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.22	c 2	Propagation in CSP
1.15/1.22	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.15/1.22	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.15/1.22	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.23	c 2	Simplifing CSP by introducing new Boolean variables
1.15/1.23	c 2	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.15/1.23	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.30	c 2	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.24/1.31	c 2	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.24/1.31	c 2	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.24/1.31	c 2	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.24/1.31	c 2	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.24/1.31	c 2	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.24/1.32	c 2	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.24/1.32	c 2	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.24/1.32	c 2	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.24/1.32	c 2	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.24/1.37	c 2	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.33/1.40	c 2	253 (20%) CSP clauses are encoded (4192 clauses, 60596 bytes)
1.33/1.43	c 2	379 (30%) CSP clauses are encoded (5850 clauses, 92347 bytes)
1.33/1.46	c 2	505 (40%) CSP clauses are encoded (7510 clauses, 123387 bytes)
1.33/1.49	c 2	631 (50%) CSP clauses are encoded (9122 clauses, 153587 bytes)
1.43/1.52	c 2	757 (60%) CSP clauses are encoded (10782 clauses, 185300 bytes)
1.43/1.55	c 2	883 (70%) CSP clauses are encoded (12304 clauses, 213863 bytes)
1.43/1.58	c 2	1009 (80%) CSP clauses are encoded (13960 clauses, 245697 bytes)
1.54/1.60	c 2	1135 (90%) CSP clauses are encoded (15696 clauses, 280659 bytes)
1.54/1.63	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317597 bytes)
1.54/1.63	c 2	1261 CSP clauses encoded
1.54/1.63	c 2	Writing map file : HOME/temp.map
1.54/1.64	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.64	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317597 bytes
1.54/1.64	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.66	c 2	SOLVING HOME/temp.cnf
1.54/1.66	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1812.81	sh: line 1: 12243 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1812.81	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1812.81	c 1813	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.07/1812.82	c ERROR INTERRUPTED
1800.07/1812.82	s UNKNOWN
1800.07/1812.82	c 1813	CPU 1800.09 (0.06 0.01 1799.73 0.29)
1800.07/1812.82	c 1813	END Sat Jul 11 16:14:13 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-2057958-1247319840/watcher-2057958-1247319840 -o /tmp/evaluation-result-2057958-1247319840/solver-2057958-1247319840 -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-2057958-1247319840.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.84 1.94 1.70 4/81 12219
/proc/meminfo: memFree=591576/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=18576 CPUtime=0
/proc/12219/stat : 12219 (runsolver) R 12217 12219 11834 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19047950 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12219/statm: 4644 284 249 26 0 2626 0

[startup+0.101588 s]
/proc/loadavg: 1.84 1.94 1.70 4/81 12219
/proc/meminfo: memFree=591576/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=0.07
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19047950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201608 s]
/proc/loadavg: 1.84 1.94 1.70 4/81 12219
/proc/meminfo: memFree=591576/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=0.07
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19047950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301621 s]
/proc/loadavg: 1.84 1.94 1.70 4/81 12219
/proc/meminfo: memFree=591576/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=0.07
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19047950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701702 s]
/proc/loadavg: 1.84 1.94 1.70 4/81 12219
/proc/meminfo: memFree=591576/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=0.07
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19047950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50285 s]
/proc/loadavg: 1.84 1.94 1.70 4/92 12241
/proc/meminfo: memFree=578304/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=0.68
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1310 4786 0 1 6 1 59 2 15 0 1 0 19047950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1111 409 3 0 796 0
[pid=12232] ppid=12219 vsize=5356 CPUtime=0
/proc/12232/stat : 12232 (sh) S 12219 12219 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19048021 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1339 233 193 169 0 50 0
[pid=12233] ppid=12232 vsize=864368 CPUtime=0.75
/proc/12233/stat : 12233 (java) S 12232 12219 11834 0 -1 0 6828 0 1 0 72 3 0 0 18 0 9 0 19048022 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12233/statm: 216092 6066 2591 9 0 210569 0
[pid=12233/tid=12234] ppid=12232 vsize=864368 CPUtime=0.45
/proc/12233/task/12234/stat : 12234 (java) R 12232 12219 11834 0 -1 64 2746 0 1 0 44 1 0 0 19 0 9 0 19048023 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4126594741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12233/tid=12235] ppid=12232 vsize=864368 CPUtime=0.19
/proc/12233/task/12235/stat : 12235 (java) S 12232 12219 11834 0 -1 64 3051 0 0 0 18 1 0 0 16 0 9 0 19048024 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12233/tid=12236] ppid=12232 vsize=864368 CPUtime=0
/proc/12233/task/12236/stat : 12236 (java) S 12232 12219 11834 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19048024 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12233/tid=12237] ppid=12232 vsize=864368 CPUtime=0
/proc/12233/task/12237/stat : 12237 (java) S 12232 12219 11834 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19048024 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12233/tid=12238] ppid=12232 vsize=864368 CPUtime=0
/proc/12233/task/12238/stat : 12238 (java) S 12232 12219 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19048026 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12233/tid=12239] ppid=12232 vsize=864368 CPUtime=0.09
/proc/12233/task/12239/stat : 12239 (java) S 12232 12219 11834 0 -1 64 332 0 0 0 9 0 0 0 16 0 9 0 19048026 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12233/tid=12240] ppid=12232 vsize=864368 CPUtime=0
/proc/12233/task/12240/stat : 12240 (java) S 12232 12219 11834 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19048026 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12233/tid=12241] ppid=12232 vsize=864368 CPUtime=0
/proc/12233/task/12241/stat : 12241 (java) S 12232 12219 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19048026 885112832 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886592

[startup+3.10116 s]
/proc/loadavg: 1.84 1.94 1.70 3/84 12243
/proc/meminfo: memFree=586624/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=1676 CPUtime=1.42
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 362 0 0 0 132 10 0 0 25 0 1 0 19048116 1716224 346 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12243/statm: 419 346 48 102 0 314 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 23900

[startup+6.30277 s]
/proc/loadavg: 1.85 1.94 1.70 4/84 12243
/proc/meminfo: memFree=586240/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=2056 CPUtime=4.59
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 443 0 0 0 449 10 0 0 25 0 1 0 19048116 2105344 427 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/12243/statm: 514 427 48 102 0 409 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 24280

[startup+12.702 s]
/proc/loadavg: 1.87 1.94 1.70 3/84 12243
/proc/meminfo: memFree=585792/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=2328 CPUtime=10.93
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 524 0 0 0 1083 10 0 0 25 0 1 0 19048116 2383872 508 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12243/statm: 582 508 48 102 0 477 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 24552

[startup+25.5014 s]
/proc/loadavg: 1.89 1.94 1.71 3/84 12243
/proc/meminfo: memFree=585408/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=2756 CPUtime=23.6
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 627 0 0 0 2350 10 0 0 25 0 1 0 19048116 2822144 611 996147200 134512640 134931368 4294956256 18446744073709551615 134529076 0 0 4096 0 0 0 0 17 1 0 0
/proc/12243/statm: 689 611 48 102 0 584 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 24980

[startup+51.1024 s]
/proc/loadavg: 1.93 1.94 1.71 3/84 12243
/proc/meminfo: memFree=584768/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=3576 CPUtime=48.96
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 824 0 0 0 4886 10 0 0 25 0 1 0 19048116 3661824 808 996147200 134512640 134931368 4294956256 18446744073709551615 134529742 0 0 4096 0 0 0 0 17 1 0 0
/proc/12243/statm: 894 808 48 102 0 789 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 25800

[startup+102.302 s]
/proc/loadavg: 1.97 1.95 1.73 3/84 12243
/proc/meminfo: memFree=584000/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=4316 CPUtime=99.67
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 998 0 0 0 9957 10 0 0 25 0 1 0 19048116 4419584 980 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/12243/statm: 1079 980 48 102 0 974 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 26540

[startup+162.302 s]
/proc/loadavg: 1.99 1.96 1.74 3/84 12243
/proc/meminfo: memFree=583296/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=4776 CPUtime=159.11
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 1123 0 0 0 15901 10 0 0 25 0 1 0 19048116 4890624 1105 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/12243/statm: 1194 1105 48 102 0 1089 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 27000

[startup+222.306 s]
/proc/loadavg: 1.99 1.96 1.75 3/84 12243
/proc/meminfo: memFree=582592/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0

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

[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=9396 CPUtime=1288.29
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 7291 0 0 0 128812 17 0 0 25 0 1 0 19048116 9621504 2207 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/12243/statm: 2349 2207 48 102 0 2244 0
Current children cumulated CPU time (s) 1289.88
Current children cumulated vsize (KiB) 31620

[startup+1362.3 s]
/proc/loadavg: 2.03 2.06 1.95 3/84 12294
/proc/meminfo: memFree=581376/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=9396 CPUtime=1348.17
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 7601 0 0 0 134799 18 0 0 25 0 1 0 19048116 9621504 2213 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2349 2213 48 102 0 2244 0
Current children cumulated CPU time (s) 1349.76
Current children cumulated vsize (KiB) 31620

[startup+1422.3 s]
/proc/loadavg: 2.01 2.05 1.95 3/84 12294
/proc/meminfo: memFree=581248/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=9392 CPUtime=1408.14
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 7973 0 0 0 140796 18 0 0 25 0 1 0 19048116 9617408 2213 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2348 2213 48 102 0 2243 0
Current children cumulated CPU time (s) 1409.73
Current children cumulated vsize (KiB) 31616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 1.95 3/84 12294
/proc/meminfo: memFree=581184/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=9392 CPUtime=1468.11
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 8221 0 0 0 146792 19 0 0 25 0 1 0 19048116 9617408 2213 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2348 2213 48 102 0 2243 0
Current children cumulated CPU time (s) 1469.7
Current children cumulated vsize (KiB) 31616

[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 1.95 3/84 12294
/proc/meminfo: memFree=581184/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=9648 CPUtime=1528.09
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 8484 0 0 0 152790 19 0 0 25 0 1 0 19048116 9879552 2219 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2412 2219 48 102 0 2307 0
Current children cumulated CPU time (s) 1529.68
Current children cumulated vsize (KiB) 31872

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/84 12294
/proc/meminfo: memFree=581184/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=9648 CPUtime=1588.06
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 8809 0 0 0 158786 20 0 0 25 0 1 0 19048116 9879552 2219 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2412 2219 48 102 0 2307 0
Current children cumulated CPU time (s) 1589.65
Current children cumulated vsize (KiB) 31872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/84 12294
/proc/meminfo: memFree=580744/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=10044 CPUtime=1648.04
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 9174 0 0 0 164784 20 0 0 25 0 1 0 19048116 10285056 2324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2511 2324 48 102 0 2406 0
Current children cumulated CPU time (s) 1649.63
Current children cumulated vsize (KiB) 32268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/84 12294
/proc/meminfo: memFree=580808/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=10064 CPUtime=1708.01
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 9445 0 0 0 170781 20 0 0 25 0 1 0 19048116 10305536 2325 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2516 2325 48 102 0 2411 0
Current children cumulated CPU time (s) 1709.6
Current children cumulated vsize (KiB) 32288

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/84 12294
/proc/meminfo: memFree=580040/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=10592 CPUtime=1767.97
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 9884 0 0 0 176777 20 0 0 25 0 1 0 19048116 10846208 2481 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2648 2481 48 102 0 2543 0
Current children cumulated CPU time (s) 1769.56
Current children cumulated vsize (KiB) 32816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.8 s]
/proc/loadavg: 2.02 2.02 1.95 3/84 12294
/proc/meminfo: memFree=580040/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=10592 CPUtime=1798.48
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 10020 0 0 0 179827 21 0 0 25 0 1 0 19048116 10846208 2481 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2648 2481 48 102 0 2543 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 32816

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

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

[startup+1812.8 s]
/proc/loadavg: 2.02 2.02 1.95 3/84 12294
/proc/meminfo: memFree=580040/2055920 swapFree=4192952/4192956
[pid=12219] ppid=12217 vsize=16868 CPUtime=1.59
/proc/12219/stat : 12219 (sugar) S 12217 12219 11834 0 -1 4194304 1365 11949 0 2 6 1 145 7 16 0 1 0 19047950 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12219/statm: 4217 1113 409 3 0 796 0
[pid=12242] ppid=12219 vsize=5356 CPUtime=0
/proc/12242/stat : 12242 (sh) S 12219 12219 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19048116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12242/statm: 1339 232 193 169 0 50 0
[pid=12243] ppid=12242 vsize=10592 CPUtime=1798.48
/proc/12243/stat : 12243 (picosat) R 12242 12219 11834 0 -1 4194304 10020 0 0 0 179827 21 0 0 25 0 1 0 19048116 10846208 2481 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/12243/statm: 2648 2481 48 102 0 2543 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 32816

Child status: 0
Real time (s): 1812.83
CPU time (s): 1800.12
CPU user time (s): 1799.8
CPU system time (s): 0.314952
CPU usage (%): 99.2989
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24116
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= 1438
involuntary context switches= 55721

runsolver used 2.48662 second user time and 5.76612 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-11 15:44:00
IDJOB=2057958
IDBENCH=53427
IDSOLVER=738
FILE ID=node42/2057958-1247319840
PBS_JOBID= 9506544
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-2_ext.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-2057958-1247319840/watcher-2057958-1247319840 -o /tmp/evaluation-result-2057958-1247319840/solver-2057958-1247319840 -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-2057958-1247319840.xml

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

MD5SUM BENCH= 6e7a77deeab63b51f1405d677ab9bb4c
RANDOM SEED=1208543214

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:        592056 kB
Buffers:         44308 kB
Cached:        1327996 kB
SwapCached:          4 kB
Active:         130636 kB
Inactive:      1279664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        592056 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          58388 kB
Slab:            38660 kB
Committed_AS:   197372 kB
PageTables:       1876 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-11 16:14:15