Trace number 2081355

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.03 1801.15

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-11.xml
MD5SUM910d61ba544cb1eb5e823b3eb305c3f6
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 variables122
Number of constraints7290
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7290
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 06:22:51 2009
0.00/0.07	c 0	PID 26583
0.00/0.07	c 0	HOST node92.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2081355-1247372571.xml TO HOME/temp.csp
0.00/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-2081355-1247372571.xml' 'HOME/temp.csp'
0.06/0.75	c 0	2 domains, 122 variables, 3 predicates, 0 relations, 7290 constraints
0.06/0.81	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.88	c 1	Parsing HOME/temp.csp
0.92/1.05	c 1	parsed 7417 expressions
0.92/1.06	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.06	c 1	Converting to clausal form CSP
1.22/1.32	c 1	converted 742 (10%) expressions
1.22/1.35	c 1	converted 1484 (20%) expressions
1.22/1.38	c 1	converted 2226 (30%) expressions
1.32/1.46	c 1	converted 2967 (40%) expressions
1.32/1.49	c 1	converted 3709 (50%) expressions
1.41/1.52	c 1	converted 4451 (60%) expressions
1.41/1.56	c 1	converted 5192 (70%) expressions
1.41/1.59	c 1	converted 5934 (80%) expressions
1.52/1.68	c 1	converted 6676 (90%) expressions
1.62/1.73	c 1	converted 7417 (100%) expressions
1.62/1.73	c 1	CSP : 640 integers, 360 booleans, 9608 clauses, largest domain size 121
1.62/1.73	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.73	c 1	Propagation in CSP
1.62/1.78	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.62/1.78	c 1	CSP : 640 integers, 360 booleans, 9608 clauses, largest domain size 121
1.62/1.78	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.79	c 1	Simplifing CSP by introducing new Boolean variables
1.82/1.94	c 2	CSP : 640 integers, 15780 booleans, 25028 clauses, largest domain size 121
1.82/1.94	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.03	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.91/2.07	c 2	64 (10%) CSP integer variables are encoded (7516 clauses, 95581 bytes)
1.91/2.08	c 2	128 (20%) CSP integer variables are encoded (14452 clauses, 194824 bytes)
1.91/2.08	c 2	192 (30%) CSP integer variables are encoded (15028 clauses, 203464 bytes)
1.91/2.08	c 2	256 (40%) CSP integer variables are encoded (15604 clauses, 212104 bytes)
1.91/2.09	c 2	320 (50%) CSP integer variables are encoded (16180 clauses, 220744 bytes)
1.91/2.09	c 2	384 (60%) CSP integer variables are encoded (16756 clauses, 229384 bytes)
1.91/2.09	c 2	448 (70%) CSP integer variables are encoded (17332 clauses, 238024 bytes)
1.91/2.09	c 2	512 (80%) CSP integer variables are encoded (17908 clauses, 246664 bytes)
1.91/2.09	c 2	576 (90%) CSP integer variables are encoded (18484 clauses, 255304 bytes)
1.91/2.09	c 2	640 (100%) CSP integer variables are encoded (19060 clauses, 263944 bytes)
2.42/2.55	c 2	2503 (10%) CSP clauses are encoded (211847 clauses, 4532187 bytes)
2.71/2.88	c 3	5006 (20%) CSP clauses are encoded (404406 clauses, 8332197 bytes)
3.01/3.20	c 3	7509 (30%) CSP clauses are encoded (595773 clauses, 12208164 bytes)
3.41/3.52	c 3	10012 (40%) CSP clauses are encoded (787140 clauses, 16086493 bytes)
3.71/3.85	c 4	12514 (50%) CSP clauses are encoded (978386 clauses, 19969335 bytes)
4.01/4.16	c 4	15017 (60%) CSP clauses are encoded (1166781 clauses, 23800013 bytes)
4.31/4.49	c 4	17520 (70%) CSP clauses are encoded (1354100 clauses, 27624841 bytes)
4.70/4.80	c 4	20023 (80%) CSP clauses are encoded (1538095 clauses, 31402387 bytes)
5.00/5.11	c 5	22526 (90%) CSP clauses are encoded (1718279 clauses, 35163905 bytes)
5.20/5.38	c 5	25028 (100%) CSP clauses are encoded (1872540 clauses, 38514629 bytes)
5.20/5.38	c 5	25028 CSP clauses encoded
5.20/5.38	c 5	Writing map file : HOME/temp.map
5.20/5.39	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.20/5.39	c 5	SAT : 35480 SAT variables, 1872540 SAT clauses, 38514629 bytes
5.20/5.39	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.30/5.45	c 5	SOLVING HOME/temp.cnf
5.30/5.45	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1801.12	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1801.12	c 1801	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.03/1801.12	c ERROR INTERRUPTED
1800.03/1801.12	s UNKNOWN
1800.03/1801.12	c 1801	CPU 5.32 (0.05 0.02 4.84 0.41)
1800.03/1801.12	c 1801	END Sun Jul 12 06:52:52 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-2081355-1247372571/watcher-2081355-1247372571 -o /tmp/evaluation-result-2081355-1247372571/solver-2081355-1247372571 -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-2081355-1247372571.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.95 2.00 2.03 4/83 26583
/proc/meminfo: memFree=1705720/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=12272 CPUtime=0
/proc/26583/stat : 26583 (sugar) R 26581 26583 25722 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24322094 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251292973824 0 0 4224 0 0 0 0 17 0 0 0
/proc/26583/statm: 3068 327 246 3 0 168 0

[startup+0.0857189 s]
/proc/loadavg: 1.95 2.00 2.03 4/83 26583
/proc/meminfo: memFree=1705720/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=0.06
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24322094 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.103713 s]
/proc/loadavg: 1.95 2.00 2.03 4/83 26583
/proc/meminfo: memFree=1705720/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=0.06
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24322094 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30174 s]
/proc/loadavg: 1.95 2.00 2.03 4/83 26583
/proc/meminfo: memFree=1705720/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=0.06
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24322094 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701794 s]
/proc/loadavg: 1.95 2.00 2.03 4/83 26583
/proc/meminfo: memFree=1705720/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=0.06
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24322094 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50289 s]
/proc/loadavg: 1.87 1.98 2.03 4/94 26605
/proc/meminfo: memFree=1694496/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=0.74
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1309 8156 0 1 5 2 62 5 16 0 1 0 24322094 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1111 409 3 0 796 0
[pid=26596] ppid=26583 vsize=5356 CPUtime=0
/proc/26596/stat : 26596 (sh) S 26583 26583 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24322175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26596/statm: 1339 233 193 169 0 50 0
[pid=26597] ppid=26596 vsize=868512 CPUtime=0.67
/proc/26597/stat : 26597 (java) S 26596 26583 25722 0 -1 0 7332 0 1 0 63 4 0 0 20 0 9 0 24322175 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26597/statm: 217128 6577 2566 9 0 211633 0
[pid=26597/tid=26598] ppid=26596 vsize=868512 CPUtime=0.42
/proc/26597/task/26598/stat : 26598 (java) R 26596 26583 25722 0 -1 64 2677 0 1 0 40 2 0 0 25 0 9 0 24322176 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4126409922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26599] ppid=26596 vsize=868512 CPUtime=0.09
/proc/26597/task/26599/stat : 26599 (java) S 26596 26583 25722 0 -1 64 2502 0 0 0 8 1 0 0 16 0 9 0 24322177 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26600] ppid=26596 vsize=868512 CPUtime=0
/proc/26597/task/26600/stat : 26600 (java) S 26596 26583 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24322177 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26601] ppid=26596 vsize=868512 CPUtime=0
/proc/26597/task/26601/stat : 26601 (java) S 26596 26583 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24322178 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26602] ppid=26596 vsize=868512 CPUtime=0
/proc/26597/task/26602/stat : 26602 (java) S 26596 26583 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24322180 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26603] ppid=26596 vsize=868512 CPUtime=0.14
/proc/26597/task/26603/stat : 26603 (java) S 26596 26583 25722 0 -1 64 1454 0 0 0 14 0 0 0 16 0 9 0 24322180 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26604] ppid=26596 vsize=868512 CPUtime=0
/proc/26597/task/26604/stat : 26604 (java) S 26596 26583 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24322180 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26605] ppid=26596 vsize=868512 CPUtime=0
/proc/26597/task/26605/stat : 26605 (java) S 26596 26583 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24322180 889356288 6577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890736

[startup+3.10209 s]
/proc/loadavg: 1.87 1.98 2.03 3/94 26605
/proc/meminfo: memFree=1674016/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=0.74
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1310 8156 0 1 5 2 62 5 15 0 1 0 24322094 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1111 409 3 0 796 0
[pid=26596] ppid=26583 vsize=5356 CPUtime=0
/proc/26596/stat : 26596 (sh) S 26583 26583 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24322175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26596/statm: 1339 233 193 169 0 50 0
[pid=26597] ppid=26596 vsize=868676 CPUtime=2.27
/proc/26597/stat : 26597 (java) S 26596 26583 25722 0 -1 0 9826 0 1 0 212 15 0 0 20 0 9 0 24322175 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26597/statm: 217169 8770 2592 9 0 211646 0
[pid=26597/tid=26598] ppid=26596 vsize=868676 CPUtime=1.57
/proc/26597/task/26598/stat : 26598 (java) R 26596 26583 25722 0 -1 64 3068 0 1 0 148 9 0 0 25 0 9 0 24322176 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26599] ppid=26596 vsize=868676 CPUtime=0.45
/proc/26597/task/26599/stat : 26599 (java) S 26596 26583 25722 0 -1 64 4543 0 0 0 41 4 0 0 16 0 9 0 24322177 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26600] ppid=26596 vsize=868676 CPUtime=0
/proc/26597/task/26600/stat : 26600 (java) S 26596 26583 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24322177 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26601] ppid=26596 vsize=868676 CPUtime=0
/proc/26597/task/26601/stat : 26601 (java) S 26596 26583 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24322178 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26602] ppid=26596 vsize=868676 CPUtime=0
/proc/26597/task/26602/stat : 26602 (java) S 26596 26583 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24322180 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26603] ppid=26596 vsize=868676 CPUtime=0.22
/proc/26597/task/26603/stat : 26603 (java) S 26596 26583 25722 0 -1 64 1516 0 0 0 21 1 0 0 16 0 9 0 24322180 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26604] ppid=26596 vsize=868676 CPUtime=0
/proc/26597/task/26604/stat : 26604 (java) S 26596 26583 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24322180 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26597/tid=26605] ppid=26596 vsize=868676 CPUtime=0
/proc/26597/task/26605/stat : 26605 (java) S 26596 26583 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24322180 889524224 8770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890900

[startup+6.30149 s]
/proc/loadavg: 1.87 1.98 2.03 2/94 26605
/proc/meminfo: memFree=1634592/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 16868

[startup+12.7013 s]
/proc/loadavg: 2.13 2.03 2.04 3/86 26607
/proc/meminfo: memFree=1628320/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=33276 CPUtime=7.22
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 7931 0 0 0 323 399 0 0 25 0 1 0 24322640 34074624 7917 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 8319 7917 40 102 0 8214 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 55500

[startup+25.5019 s]
/proc/loadavg: 2.19 2.04 2.05 3/86 26607
/proc/meminfo: memFree=1584488/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=71568 CPUtime=20.01
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 17043 0 0 0 1146 855 0 0 25 0 1 0 24322640 73285632 17014 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 17892 17014 42 102 0 17787 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 93792

[startup+51.1011 s]
/proc/loadavg: 2.33 2.09 2.06 3/86 26607
/proc/meminfo: memFree=1572968/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=73812 CPUtime=45.59
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 17658 0 0 0 3703 856 0 0 25 0 1 0 24322640 75583488 17629 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 18453 17629 42 102 0 18348 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 96036

[startup+102.307 s]
/proc/loadavg: 2.47 2.16 2.09 3/86 26607
/proc/meminfo: memFree=1551720/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=79356 CPUtime=96.78
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 19101 0 0 0 8819 859 0 0 25 0 1 0 24322640 81260544 19072 996147200 134512640 134931368 4294956256 18446744073709551615 134520092 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 19839 19072 42 102 0 19734 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 101580

[startup+162.301 s]
/proc/loadavg: 2.58 2.25 2.12 3/86 26607
/proc/meminfo: memFree=1538984/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=80276 CPUtime=156.73
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 19427 0 0 0 14814 859 0 0 25 0 1 0 24322640 82202624 19300 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 20069 19300 48 102 0 19964 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 102500

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

/proc/meminfo: memFree=1422824/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=94780 CPUtime=1356.23
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 24349 0 0 0 134756 867 0 0 25 0 1 0 24322640 97054720 22927 996147200 134512640 134931368 4294956256 18446744073709551615 134530114 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 23695 22927 48 102 0 23590 0
Current children cumulated CPU time (s) 1361.55
Current children cumulated vsize (KiB) 117004

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 26607
/proc/meminfo: memFree=1420968/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=94780 CPUtime=1416.21
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 24349 0 0 0 140754 867 0 0 25 0 1 0 24322640 97054720 22927 996147200 134512640 134931368 4294956256 18446744073709551615 134529092 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 23695 22927 48 102 0 23590 0
Current children cumulated CPU time (s) 1421.53
Current children cumulated vsize (KiB) 117004

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 26607
/proc/meminfo: memFree=1419176/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=94780 CPUtime=1476.19
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 24349 0 0 0 146751 868 0 0 25 0 1 0 24322640 97054720 22927 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 23695 22927 48 102 0 23590 0
Current children cumulated CPU time (s) 1481.51
Current children cumulated vsize (KiB) 117004

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26607
/proc/meminfo: memFree=1414376/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=97156 CPUtime=1536.16
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 24950 0 0 0 152748 868 0 0 25 0 1 0 24322640 99487744 23528 996147200 134512640 134931368 4294956256 18446744073709551615 134597654 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 24289 23528 48 102 0 24184 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 119380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26607
/proc/meminfo: memFree=1411112/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=98476 CPUtime=1596.14
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 25477 0 0 0 158745 869 0 0 25 0 1 0 24322640 100839424 23879 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 24619 23879 48 102 0 24514 0
Current children cumulated CPU time (s) 1601.46
Current children cumulated vsize (KiB) 120700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26607
/proc/meminfo: memFree=1409512/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=98476 CPUtime=1656.11
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 25477 0 0 0 164742 869 0 0 25 0 1 0 24322640 100839424 23879 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 24619 23879 48 102 0 24514 0
Current children cumulated CPU time (s) 1661.43
Current children cumulated vsize (KiB) 120700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26609
/proc/meminfo: memFree=1407336/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=98476 CPUtime=1716.08
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 25477 0 0 0 170739 869 0 0 25 0 1 0 24322640 100839424 23879 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 24619 23879 48 102 0 24514 0
Current children cumulated CPU time (s) 1721.4
Current children cumulated vsize (KiB) 120700

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26609
/proc/meminfo: memFree=1405736/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=98476 CPUtime=1776.05
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 25680 0 0 0 176736 869 0 0 25 0 1 0 24322640 100839424 23897 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 24619 23897 48 102 0 24514 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 120700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 1.94 1.98 1.99 3/86 26651
/proc/meminfo: memFree=1595616/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=98476 CPUtime=1794.71
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 25680 0 0 0 178602 869 0 0 25 0 1 0 24322640 100839424 23897 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 24619 23897 48 102 0 24514 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 120700

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

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

[startup+1801.1 s]
/proc/loadavg: 1.94 1.98 1.99 3/86 26651
/proc/meminfo: memFree=1595616/2055920 swapFree=4192812/4192956
[pid=26583] ppid=26581 vsize=16868 CPUtime=5.32
/proc/26583/stat : 26583 (sugar) S 26581 26583 25722 0 -1 4194304 1365 18776 0 2 5 2 484 41 16 0 1 0 24322094 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26583/statm: 4217 1113 409 3 0 796 0
[pid=26606] ppid=26583 vsize=5356 CPUtime=0
/proc/26606/stat : 26606 (sh) S 26583 26583 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24322640 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26606/statm: 1339 232 193 169 0 50 0
[pid=26607] ppid=26606 vsize=98476 CPUtime=1794.71
/proc/26607/stat : 26607 (picosat) R 26606 26583 25722 0 -1 4194304 25680 0 0 0 178602 869 0 0 25 0 1 0 24322640 100839424 23897 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26607/statm: 24619 23897 48 102 0 24514 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 120700

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26583 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=898255
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=459930
# CPU time returned by wait4() is 5.35819
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.15
CPU time (s): 1800.03
CPU user time (s): 1790.91
CPU system time (s): 9.12
CPU usage (%): 99.938
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.89825
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20911
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= 8526
involuntary context switches= 8537

runsolver used 2.75458 second user time and 5.29319 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 06:22:51
IDJOB=2081355
IDBENCH=57390
IDSOLVER=738
FILE ID=node92/2081355-1247372571
PBS_JOBID= 9507137
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-11.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-2081355-1247372571/watcher-2081355-1247372571 -o /tmp/evaluation-result-2081355-1247372571/solver-2081355-1247372571 -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-2081355-1247372571.xml

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

MD5SUM BENCH= 910d61ba544cb1eb5e823b3eb305c3f6
RANDOM SEED=513869588

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1706200 kB
Buffers:         23332 kB
Cached:         160336 kB
SwapCached:          0 kB
Active:         207776 kB
Inactive:        82632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4584 kB
Writeback:           0 kB
Mapped:         127224 kB
Slab:            44300 kB
Committed_AS:   284156 kB
PageTables:       2124 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= 66336 MiB
End job on node92 at 2009-07-12 06:52:54