Trace number 2082037

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.04 1815.14

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-14.xml
MD5SUM14c2fce2e4d4e8fdcde4ad542c4fc2d2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.687894
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints9560
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9560
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 06:55:25 2009
0.06/0.08	c 0	PID 24148
0.06/0.08	c 0	HOST node11.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2082037-1247374525.xml TO HOME/temp.csp
0.06/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-2082037-1247374525.xml' 'HOME/temp.csp'
0.97/1.09	c 1	1 domains, 160 variables, 2 predicates, 0 relations, 9560 constraints
1.06/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.12	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'
1.07/1.20	c 1	Parsing HOME/temp.csp
1.07/1.36	c 2	parsed 9723 expressions
1.07/1.37	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.37	c 2	Converting to clausal form CSP
1.07/1.75	c 2	converted 973 (10%) expressions
1.07/1.88	c 2	converted 1945 (20%) expressions
1.07/2.05	c 2	converted 2917 (30%) expressions
2.02/2.16	c 2	converted 3890 (40%) expressions
2.21/2.36	c 3	converted 4862 (50%) expressions
2.31/2.48	c 3	converted 5834 (60%) expressions
2.41/2.58	c 3	converted 6807 (70%) expressions
2.52/2.69	c 3	converted 7779 (80%) expressions
2.81/2.96	c 3	converted 8751 (90%) expressions
2.91/3.07	c 3	converted 9723 (100%) expressions
2.91/3.07	c 3	CSP : 160 integers, 9480 booleans, 38000 clauses, largest domain size 80
2.91/3.07	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.07	c 3	Propagation in CSP
3.01/3.16	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.16	c 3	CSP : 160 integers, 9480 booleans, 38000 clauses, largest domain size 80
3.01/3.16	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.18	c 3	Simplifing CSP by introducing new Boolean variables
3.40/3.57	c 4	CSP : 160 integers, 47554 booleans, 76074 clauses, largest domain size 80
3.40/3.57	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.70/3.82	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.70/3.85	c 4	16 (10%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
3.70/3.86	c 4	32 (20%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
3.70/3.86	c 4	48 (30%) CSP integer variables are encoded (3744 clauses, 46551 bytes)
3.70/3.86	c 4	64 (40%) CSP integer variables are encoded (4992 clauses, 62775 bytes)
3.70/3.87	c 4	80 (50%) CSP integer variables are encoded (6240 clauses, 78999 bytes)
3.70/3.87	c 4	96 (60%) CSP integer variables are encoded (7488 clauses, 95223 bytes)
3.70/3.87	c 4	112 (70%) CSP integer variables are encoded (8736 clauses, 111447 bytes)
3.70/3.87	c 4	128 (80%) CSP integer variables are encoded (9984 clauses, 127894 bytes)
3.70/3.87	c 4	144 (90%) CSP integer variables are encoded (11232 clauses, 146614 bytes)
3.70/3.87	c 4	160 (100%) CSP integer variables are encoded (12480 clauses, 165334 bytes)
4.39/4.54	c 5	7608 (10%) CSP clauses are encoded (324629 clauses, 6007491 bytes)
4.98/5.15	c 5	15215 (20%) CSP clauses are encoded (644169 clauses, 12224290 bytes)
5.58/5.77	c 6	22823 (30%) CSP clauses are encoded (965173 clauses, 18654504 bytes)
6.27/6.40	c 7	30430 (40%) CSP clauses are encoded (1300734 clauses, 25378620 bytes)
6.86/7.06	c 7	38037 (50%) CSP clauses are encoded (1647479 clauses, 32335854 bytes)
7.54/7.75	c 8	45645 (60%) CSP clauses are encoded (2002054 clauses, 39467437 bytes)
8.22/8.44	c 9	53252 (70%) CSP clauses are encoded (2366954 clauses, 46829138 bytes)
8.91/9.16	c 9	60860 (80%) CSP clauses are encoded (2748138 clauses, 54544410 bytes)
9.70/9.91	c 10	68467 (90%) CSP clauses are encoded (3146973 clauses, 62672680 bytes)
10.50/10.74	c 11	76074 (100%) CSP clauses are encoded (3570874 clauses, 71651652 bytes)
10.50/10.74	c 11	76074 CSP clauses encoded
10.50/10.74	c 11	Writing map file : HOME/temp.map
10.50/10.76	c 11	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.50/10.76	c 11	SAT : 60194 SAT variables, 3570874 SAT clauses, 71651652 bytes
10.50/10.76	c 11	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.50/10.78	c 11	SOLVING HOME/temp.cnf
10.50/10.78	c 11	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1815.11	c ERROR INTERRUPTED
1800.04/1815.13	s UNKNOWN
1800.04/1815.13	c 1815	CPU 10.58 (0.06 0.02 9.84 0.66)
1800.04/1815.13	c 1815	END Sun Jul 12 07:25:40 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-2082037-1247374525/watcher-2082037-1247374525 -o /tmp/evaluation-result-2082037-1247374525/solver-2082037-1247374525 -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-2082037-1247374525.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.36 2.40 4/81 24148
/proc/meminfo: memFree=1598536/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=18576 CPUtime=0
/proc/24148/stat : 24148 (runsolver) R 24146 24148 19734 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24519529 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24148/statm: 4644 284 249 26 0 2626 0

[startup+0.0788721 s]
/proc/loadavg: 1.95 2.36 2.40 4/81 24148
/proc/meminfo: memFree=1598536/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16740 CPUtime=0.06
/proc/24148/stat : 24148 (sugar) R 24146 24148 19734 0 -1 4194304 1082 0 0 0 5 1 0 0 18 0 1 0 24519529 17141760 1050 996147200 4194304 4206940 548682068608 18446744073709551615 262909922931 0 0 4224 0 0 0 0 17 1 0 0
/proc/24148/statm: 4185 1050 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102886 s]
/proc/loadavg: 1.95 2.36 2.40 4/81 24148
/proc/meminfo: memFree=1598536/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=0.07
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24519529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301911 s]
/proc/loadavg: 1.95 2.36 2.40 4/81 24148
/proc/meminfo: memFree=1598536/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=0.07
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24519529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702997 s]
/proc/loadavg: 1.95 2.36 2.40 4/81 24148
/proc/meminfo: memFree=1598536/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=0.07
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24519529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50115 s]
/proc/loadavg: 1.95 2.36 2.40 4/92 24160
/proc/meminfo: memFree=1575536/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=1.07
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1309 8990 0 1 6 1 94 6 15 0 1 0 24519529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 16868

[startup+3.10247 s]
/proc/loadavg: 1.95 2.36 2.40 3/92 24170
/proc/meminfo: memFree=1573808/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=1.07
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1310 8990 0 1 6 1 94 6 15 0 1 0 24519529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1111 409 3 0 796 0
[pid=24161] ppid=24148 vsize=5356 CPUtime=0
/proc/24161/stat : 24161 (sh) S 24148 24148 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24519641 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24161/statm: 1339 233 193 169 0 50 0
[pid=24162] ppid=24161 vsize=868564 CPUtime=1.94
/proc/24162/stat : 24162 (java) S 24161 24148 19734 0 -1 0 12673 0 1 0 187 7 0 0 18 0 9 0 24519642 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24162/statm: 217141 11521 2566 9 0 211646 0
[pid=24162/tid=24163] ppid=24161 vsize=868564 CPUtime=1.13
/proc/24162/task/24163/stat : 24163 (java) R 24161 24148 19734 0 -1 64 3005 0 1 0 111 2 0 0 25 0 9 0 24519643 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4126835932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24164] ppid=24161 vsize=868564 CPUtime=0.61
/proc/24162/task/24164/stat : 24164 (java) S 24161 24148 19734 0 -1 64 7486 0 0 0 58 3 0 0 16 0 9 0 24519644 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24165] ppid=24161 vsize=868564 CPUtime=0
/proc/24162/task/24165/stat : 24165 (java) S 24161 24148 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24519644 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24166] ppid=24161 vsize=868564 CPUtime=0
/proc/24162/task/24166/stat : 24166 (java) S 24161 24148 19734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24519644 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24167] ppid=24161 vsize=868564 CPUtime=0
/proc/24162/task/24167/stat : 24167 (java) S 24161 24148 19734 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24519646 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24168] ppid=24161 vsize=868564 CPUtime=0.17
/proc/24162/task/24168/stat : 24168 (java) S 24161 24148 19734 0 -1 64 1483 0 0 0 17 0 0 0 16 0 9 0 24519646 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24169] ppid=24161 vsize=868564 CPUtime=0
/proc/24162/task/24169/stat : 24169 (java) S 24161 24148 19734 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24519646 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24170] ppid=24161 vsize=868564 CPUtime=0
/proc/24162/task/24170/stat : 24170 (java) S 24161 24148 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24519646 889409536 11521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890788

[startup+6.3021 s]
/proc/loadavg: 1.95 2.36 2.40 3/92 24170
/proc/meminfo: memFree=1530544/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=1.07
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1310 8990 0 1 6 1 94 6 15 0 1 0 24519529 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1111 409 3 0 796 0
[pid=24161] ppid=24148 vsize=5356 CPUtime=0
/proc/24161/stat : 24161 (sh) S 24148 24148 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24519641 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24161/statm: 1339 233 193 169 0 50 0
[pid=24162] ppid=24161 vsize=868676 CPUtime=5.09
/proc/24162/stat : 24162 (java) S 24161 24148 19734 0 -1 0 16595 0 1 0 484 25 0 0 18 0 9 0 24519642 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24162/statm: 217169 14839 2590 9 0 211646 0
[pid=24162/tid=24163] ppid=24161 vsize=868676 CPUtime=3.6
/proc/24162/task/24163/stat : 24163 (java) R 24161 24148 19734 0 -1 64 3523 0 1 0 343 17 0 0 25 0 9 0 24519643 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4126866752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24164] ppid=24161 vsize=868676 CPUtime=1.23
/proc/24162/task/24164/stat : 24164 (java) S 24161 24148 19734 0 -1 64 10847 0 0 0 117 6 0 0 16 0 9 0 24519644 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24165] ppid=24161 vsize=868676 CPUtime=0
/proc/24162/task/24165/stat : 24165 (java) S 24161 24148 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24519644 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24166] ppid=24161 vsize=868676 CPUtime=0
/proc/24162/task/24166/stat : 24166 (java) S 24161 24148 19734 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24519644 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24167] ppid=24161 vsize=868676 CPUtime=0
/proc/24162/task/24167/stat : 24167 (java) S 24161 24148 19734 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24519646 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24168] ppid=24161 vsize=868676 CPUtime=0.23
/proc/24162/task/24168/stat : 24168 (java) S 24161 24148 19734 0 -1 64 1526 0 0 0 23 0 0 0 16 0 9 0 24519646 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24169] ppid=24161 vsize=868676 CPUtime=0
/proc/24162/task/24169/stat : 24169 (java) S 24161 24148 19734 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24519646 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24162/tid=24170] ppid=24161 vsize=868676 CPUtime=0
/proc/24162/task/24170/stat : 24170 (java) S 24161 24148 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24519646 889524224 14839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890900

[startup+12.7014 s]
/proc/loadavg: 1.96 2.35 2.40 3/84 24172
/proc/meminfo: memFree=1516912/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=10028 CPUtime=1.87
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 2268 0 0 0 89 98 0 0 25 0 1 0 24520608 10268672 2254 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 2507 2254 40 102 0 2402 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 32252

[startup+25.5019 s]
/proc/loadavg: 1.97 2.33 2.39 3/84 24172
/proc/meminfo: memFree=1466224/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=62676 CPUtime=14.54
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 14703 0 0 0 676 778 0 0 25 0 1 0 24520608 64180224 14689 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 15669 14689 40 102 0 15564 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 84900

[startup+51.1029 s]
/proc/loadavg: 1.98 2.31 2.38 3/84 24172
/proc/meminfo: memFree=1395440/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=132368 CPUtime=39.9
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 32163 0 0 0 2246 1744 0 0 25 0 1 0 24520608 135544832 32109 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 33092 32109 42 102 0 32987 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 154592

[startup+102.308 s]
/proc/loadavg: 1.99 2.26 2.36 3/84 24172
/proc/meminfo: memFree=1393136/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=134744 CPUtime=90.57
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 32754 0 0 0 7312 1745 0 0 25 0 1 0 24520608 137977856 32700 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 33686 32700 42 102 0 33581 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 156968

[startup+162.302 s]
/proc/loadavg: 1.99 2.21 2.33 3/84 24172
/proc/meminfo: memFree=1389936/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=137912 CPUtime=149.99
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 33562 0 0 0 13253 1746 0 0 25 0 1 0 24520608 141221888 33508 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 34478 33508 42 102 0 34373 0
Current children cumulated CPU time (s) 160.57
Current children cumulated vsize (KiB) 160136

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

/proc/meminfo: memFree=1349808/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1338.63
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 132105 1758 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1349.21
Current children cumulated vsize (KiB) 197360

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.06 3/84 24178
/proc/meminfo: memFree=1349744/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1398.07
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 138049 1758 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1408.65
Current children cumulated vsize (KiB) 197360

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.05 3/84 24178
/proc/meminfo: memFree=1349744/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1457.5
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 143992 1758 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1468.08
Current children cumulated vsize (KiB) 197360

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.05 3/84 24178
/proc/meminfo: memFree=1349616/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1516.93
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 149935 1758 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1527.51
Current children cumulated vsize (KiB) 197360

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/85 24221
/proc/meminfo: memFree=1395512/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1576.76
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 155917 1759 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1587.34
Current children cumulated vsize (KiB) 197360

[startup+1662.31 s]
/proc/loadavg: 2.03 2.01 2.04 3/85 24221
/proc/meminfo: memFree=1348984/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1636.74
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 161915 1759 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1647.32
Current children cumulated vsize (KiB) 197360

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/85 24221
/proc/meminfo: memFree=1303288/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1696.7
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 167911 1759 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1707.28
Current children cumulated vsize (KiB) 197360

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 24221
/proc/meminfo: memFree=1260344/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1756.67
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 173908 1759 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1767.25
Current children cumulated vsize (KiB) 197360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 2.00 2.00 2.02 3/85 24221
/proc/meminfo: memFree=1221112/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1789.46
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 177187 1759 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 0 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 197360

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

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

[startup+1815.1 s]
/proc/loadavg: 2.00 2.00 2.02 3/85 24221
/proc/meminfo: memFree=1221112/2055920 swapFree=4192812/4192956
[pid=24148] ppid=24146 vsize=16868 CPUtime=10.58
/proc/24148/stat : 24148 (sugar) S 24146 24148 19734 0 -1 4194304 1365 26197 0 2 6 2 984 66 16 0 1 0 24519529 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24148/statm: 4217 1113 409 3 0 796 0
[pid=24171] ppid=24148 vsize=5356 CPUtime=0
/proc/24171/stat : 24171 (sh) S 24148 24148 19734 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24520608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24171/statm: 1339 232 193 169 0 50 0
[pid=24172] ppid=24171 vsize=175136 CPUtime=1789.46
/proc/24172/stat : 24172 (picosat) R 24171 24148 19734 0 -1 4194304 43097 0 0 0 177187 1759 0 0 25 0 1 0 24520608 179339264 42943 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 0 0 0
/proc/24172/statm: 43784 42943 48 102 0 43679 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 197360

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24148 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=913492
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=689895
# CPU time returned by wait4() is 10.6034
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.14
CPU time (s): 1800.04
CPU user time (s): 1781.77
CPU system time (s): 18.27
CPU usage (%): 99.1683
Max. virtual memory (cumulated for all children) (KiB): 891292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.91349
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27956
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= 6991
involuntary context switches= 7126

runsolver used 2.25866 second user time and 6.01708 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 06:55:25
IDJOB=2082037
IDBENCH=57524
IDSOLVER=738
FILE ID=node11/2082037-1247374525
PBS_JOBID= 9507062
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-14.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-2082037-1247374525/watcher-2082037-1247374525 -o /tmp/evaluation-result-2082037-1247374525/solver-2082037-1247374525 -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-2082037-1247374525.xml

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

MD5SUM BENCH= 14c2fce2e4d4e8fdcde4ad542c4fc2d2
RANDOM SEED=1329777583

node11.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.274
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.274
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:       1599016 kB
Buffers:         52904 kB
Cached:         169796 kB
SwapCached:          0 kB
Active:         303068 kB
Inactive:        87788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:         188588 kB
Slab:            50960 kB
Committed_AS:   392312 kB
PageTables:       2236 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= 66448 MiB
End job on node11 at 2009-07-12 07:25:42