Trace number 2082015

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.08 1816.92

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-12.xml
MD5SUM12cac64112c90184707842af1dca4fb5
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.277957
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints3725
Maximum constraint arity2
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3725
Global constraints used (with number of constraints)

Solver Data

0.00/0.06	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.06	c 0	BEGIN Sun Jul 12 06:55:16 2009
0.00/0.06	c 0	PID 25335
0.00/0.07	c 0	HOST node81.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2082015-1247374516.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-2082015-1247374516.xml' 'HOME/temp.csp'
0.06/0.59	c 1	1 domains, 100 variables, 2 predicates, 0 relations, 3725 constraints
0.06/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	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.57/0.71	c 1	Parsing HOME/temp.csp
0.57/0.86	c 1	parsed 3828 expressions
0.57/0.87	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.87	c 1	Converting to clausal form CSP
0.92/1.09	c 1	converted 383 (10%) expressions
1.01/1.15	c 1	converted 766 (20%) expressions
1.11/1.20	c 1	converted 1149 (30%) expressions
1.11/1.29	c 2	converted 1532 (40%) expressions
1.21/1.34	c 2	converted 1914 (50%) expressions
1.21/1.37	c 2	converted 2297 (60%) expressions
1.31/1.41	c 2	converted 2680 (70%) expressions
1.31/1.49	c 2	converted 3063 (80%) expressions
1.41/1.53	c 2	converted 3446 (90%) expressions
1.41/1.57	c 2	converted 3828 (100%) expressions
1.41/1.57	c 2	CSP : 100 integers, 3675 booleans, 14750 clauses, largest domain size 50
1.41/1.57	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.57	c 2	Propagation in CSP
1.51/1.61	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.61	c 2	CSP : 100 integers, 3675 booleans, 14750 clauses, largest domain size 50
1.51/1.61	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.62	c 2	Simplifing CSP by introducing new Boolean variables
1.61/1.76	c 2	CSP : 100 integers, 18469 booleans, 29544 clauses, largest domain size 50
1.61/1.76	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.86	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.88	c 2	10 (10%) CSP integer variables are encoded (480 clauses, 5134 bytes)
1.70/1.88	c 2	20 (20%) CSP integer variables are encoded (960 clauses, 10414 bytes)
1.70/1.89	c 2	30 (30%) CSP integer variables are encoded (1440 clauses, 16617 bytes)
1.70/1.89	c 2	40 (40%) CSP integer variables are encoded (1920 clauses, 22857 bytes)
1.70/1.89	c 2	50 (50%) CSP integer variables are encoded (2400 clauses, 29097 bytes)
1.70/1.89	c 2	60 (60%) CSP integer variables are encoded (2880 clauses, 35337 bytes)
1.70/1.89	c 2	70 (70%) CSP integer variables are encoded (3360 clauses, 41577 bytes)
1.70/1.89	c 2	80 (80%) CSP integer variables are encoded (3840 clauses, 47817 bytes)
1.70/1.89	c 2	90 (90%) CSP integer variables are encoded (4320 clauses, 54057 bytes)
1.70/1.89	c 2	100 (100%) CSP integer variables are encoded (4800 clauses, 60297 bytes)
1.90/2.09	c 2	2955 (10%) CSP clauses are encoded (81483 clauses, 1373137 bytes)
2.11/2.23	c 3	5909 (20%) CSP clauses are encoded (159196 clauses, 2798637 bytes)
2.21/2.38	c 3	8864 (30%) CSP clauses are encoded (237510 clauses, 4242739 bytes)
2.40/2.54	c 3	11818 (40%) CSP clauses are encoded (319168 clauses, 5779789 bytes)
2.60/2.70	c 3	14772 (50%) CSP clauses are encoded (402526 clauses, 7405328 bytes)
2.70/2.86	c 3	17727 (60%) CSP clauses are encoded (489014 clauses, 9091943 bytes)
2.90/3.02	c 3	20681 (70%) CSP clauses are encoded (578051 clauses, 10828252 bytes)
3.00/3.19	c 3	23636 (80%) CSP clauses are encoded (670430 clauses, 12629762 bytes)
3.21/3.37	c 4	26590 (90%) CSP clauses are encoded (766818 clauses, 14509465 bytes)
3.40/3.55	c 4	29544 (100%) CSP clauses are encoded (869794 clauses, 16517820 bytes)
3.40/3.55	c 4	29544 CSP clauses encoded
3.40/3.55	c 4	Writing map file : HOME/temp.map
3.40/3.56	c 4	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.40/3.56	c 4	SAT : 23369 SAT variables, 869794 SAT clauses, 16517820 bytes
3.40/3.56	c 4	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.47/3.61	c 4	SOLVING HOME/temp.cnf
3.47/3.61	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1816.92	c ERROR INTERRUPTED
1800.08/1816.92	s UNKNOWN
1800.08/1816.92	c 1817	CPU 3.49 (0.05 0.01 3.21 0.22)
1800.08/1816.92	c 1817	END Sun Jul 12 07:25:33 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-2082015-1247374516/watcher-2082015-1247374516 -o /tmp/evaluation-result-2082015-1247374516/solver-2082015-1247374516 -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-2082015-1247374516.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: 2.39 2.16 2.05 4/81 25335
/proc/meminfo: memFree=1636816/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=12272 CPUtime=0
/proc/25335/stat : 25335 (sugar) R 25333 25335 19085 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24516702 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 0 0 0
/proc/25335/statm: 3068 364 274 3 0 168 0

[startup+0.097736 s]
/proc/loadavg: 2.39 2.16 2.05 4/81 25335
/proc/meminfo: memFree=1636816/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=0.06
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24516702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102732 s]
/proc/loadavg: 2.39 2.16 2.05 4/81 25335
/proc/meminfo: memFree=1636816/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=0.06
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24516702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302757 s]
/proc/loadavg: 2.39 2.16 2.05 4/81 25335
/proc/meminfo: memFree=1636816/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=0.06
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24516702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702801 s]
/proc/loadavg: 2.39 2.16 2.05 4/81 25335
/proc/meminfo: memFree=1636816/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=0.57
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1292 6916 0 1 5 1 48 3 16 0 1 0 24516702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50189 s]
/proc/loadavg: 2.36 2.16 2.05 4/92 25357
/proc/meminfo: memFree=1623496/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=0.57
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1309 6916 0 1 5 1 48 3 16 0 1 0 24516702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1111 409 3 0 796 0
[pid=25348] ppid=25335 vsize=5356 CPUtime=0
/proc/25348/stat : 25348 (sh) S 25335 25335 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24516767 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25348/statm: 1339 233 193 169 0 50 0
[pid=25349] ppid=25348 vsize=868596 CPUtime=0.84
/proc/25349/stat : 25349 (java) S 25348 25335 19085 0 -1 0 8030 0 1 0 80 4 0 0 20 0 9 0 24516767 889442304 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25349/statm: 217149 7242 2566 9 0 211654 0
[pid=25349/tid=25350] ppid=25348 vsize=868596 CPUtime=0.51
/proc/25349/task/25350/stat : 25350 (java) R 25348 25335 19085 0 -1 64 2692 0 1 0 50 1 0 0 25 0 9 0 24516768 889442304 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4126467562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25351] ppid=25348 vsize=868596 CPUtime=0.16
/proc/25349/task/25351/stat : 25351 (java) S 25348 25335 19085 0 -1 64 3158 0 0 0 15 1 0 0 16 0 9 0 24516769 889442304 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25352] ppid=25348 vsize=868596 CPUtime=0
/proc/25349/task/25352/stat : 25352 (java) S 25348 25335 19085 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24516769 889442304 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25353] ppid=25348 vsize=868596 CPUtime=0
/proc/25349/task/25353/stat : 25353 (java) S 25348 25335 19085 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24516769 889442304 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25354] ppid=25348 vsize=868596 CPUtime=0
/proc/25349/task/25354/stat : 25354 (java) S 25348 25335 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24516771 889442304 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25355] ppid=25348 vsize=868596 CPUtime=0.14
/proc/25349/task/25355/stat : 25355 (java) S 25348 25335 19085 0 -1 64 1481 0 0 0 14 0 0 0 16 0 9 0 24516771 889442304 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25356] ppid=25348 vsize=868596 CPUtime=0
/proc/25349/task/25356/stat : 25356 (java) S 25348 25335 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24516771 889442304 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25357] ppid=25348 vsize=868596 CPUtime=0
/proc/25349/task/25357/stat : 25357 (java) S 25348 25335 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24516771 889442304 7242 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) 890820

[startup+3.10106 s]
/proc/loadavg: 2.36 2.16 2.05 3/92 25357
/proc/meminfo: memFree=1605296/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=0.57
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1310 6916 0 1 5 1 48 3 15 0 1 0 24516702 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1111 409 3 0 796 0
[pid=25348] ppid=25335 vsize=5356 CPUtime=0
/proc/25348/stat : 25348 (sh) S 25335 25335 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24516767 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25348/statm: 1339 233 193 169 0 50 0
[pid=25349] ppid=25348 vsize=868708 CPUtime=2.43
/proc/25349/stat : 25349 (java) S 25348 25335 19085 0 -1 0 10304 0 1 0 229 14 0 0 20 0 9 0 24516767 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25349/statm: 217177 9170 2590 9 0 211654 0
[pid=25349/tid=25350] ppid=25348 vsize=868708 CPUtime=1.75
/proc/25349/task/25350/stat : 25350 (java) R 25348 25335 19085 0 -1 64 3098 0 1 0 167 8 0 0 25 0 9 0 24516768 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25351] ppid=25348 vsize=868708 CPUtime=0.45
/proc/25349/task/25351/stat : 25351 (java) S 25348 25335 19085 0 -1 64 4980 0 0 0 41 4 0 0 16 0 9 0 24516769 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25352] ppid=25348 vsize=868708 CPUtime=0
/proc/25349/task/25352/stat : 25352 (java) S 25348 25335 19085 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24516769 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25353] ppid=25348 vsize=868708 CPUtime=0
/proc/25349/task/25353/stat : 25353 (java) S 25348 25335 19085 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24516769 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25354] ppid=25348 vsize=868708 CPUtime=0
/proc/25349/task/25354/stat : 25354 (java) S 25348 25335 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24516771 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25355] ppid=25348 vsize=868708 CPUtime=0.2
/proc/25349/task/25355/stat : 25355 (java) S 25348 25335 19085 0 -1 64 1527 0 0 0 20 0 0 0 16 0 9 0 24516771 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25356] ppid=25348 vsize=868708 CPUtime=0
/proc/25349/task/25356/stat : 25356 (java) S 25348 25335 19085 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24516771 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25349/tid=25357] ppid=25348 vsize=868708 CPUtime=0
/proc/25349/task/25357/stat : 25357 (java) S 25348 25335 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24516771 889556992 9170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890932

[startup+6.3014 s]
/proc/loadavg: 2.33 2.16 2.05 3/84 25359
/proc/meminfo: memFree=1608368/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=13424 CPUtime=2.67
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 3069 0 0 0 123 144 0 0 25 0 1 0 24517064 13746176 3055 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 3356 3055 40 102 0 3251 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 35648

[startup+12.7011 s]
/proc/loadavg: 2.31 2.15 2.05 3/73 25363
/proc/meminfo: memFree=1667272/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=33876 CPUtime=9.03
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 8035 0 0 0 515 388 0 0 25 0 1 0 24517064 34689024 8006 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 8469 8006 42 102 0 8364 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 56100

[startup+25.5025 s]
/proc/loadavg: 2.26 2.15 2.05 3/85 25401
/proc/meminfo: memFree=1648928/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=35064 CPUtime=21.71
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 8334 0 0 0 1783 388 0 0 25 0 1 0 24517064 35905536 8305 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 8766 8305 42 102 0 8661 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 57288

[startup+51.1022 s]
/proc/loadavg: 2.16 2.13 2.05 3/85 25401
/proc/meminfo: memFree=1646688/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=37308 CPUtime=47.08
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 8895 0 0 0 4319 389 0 0 25 0 1 0 24517064 38203392 8866 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 9327 8866 42 102 0 9222 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 59532

[startup+102.307 s]
/proc/loadavg: 2.07 2.11 2.04 3/85 25401
/proc/meminfo: memFree=1642080/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=41664 CPUtime=97.8
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 9987 0 0 0 9390 390 0 0 25 0 1 0 24517064 42663936 9958 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 10416 9958 42 102 0 10311 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 63888

[startup+162.302 s]
/proc/loadavg: 2.02 2.09 2.04 3/85 25401
/proc/meminfo: memFree=1637856/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1614880/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=67268 CPUtime=1346.19
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 16724 0 0 0 134218 401 0 0 25 0 1 0 24517064 68882432 16479 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 16817 16479 48 102 0 16712 0
Current children cumulated CPU time (s) 1349.68
Current children cumulated vsize (KiB) 89492

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25407
/proc/meminfo: memFree=1614880/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=67268 CPUtime=1405.63
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 16724 0 0 0 140162 401 0 0 25 0 1 0 24517064 68882432 16479 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 16817 16479 48 102 0 16712 0
Current children cumulated CPU time (s) 1409.12
Current children cumulated vsize (KiB) 89492

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25407
/proc/meminfo: memFree=1614496/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=67796 CPUtime=1465.07
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 16836 0 0 0 146106 401 0 0 25 0 1 0 24517064 69423104 16591 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 16949 16591 48 102 0 16844 0
Current children cumulated CPU time (s) 1468.56
Current children cumulated vsize (KiB) 90020

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25407
/proc/meminfo: memFree=1611872/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=70796 CPUtime=1524.53
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 17499 0 0 0 152051 402 0 0 25 0 1 0 24517064 72495104 17254 996147200 134512640 134931368 4294956256 18446744073709551615 134531777 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 17699 17254 48 102 0 17594 0
Current children cumulated CPU time (s) 1528.02
Current children cumulated vsize (KiB) 93020

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25407
/proc/meminfo: memFree=1611680/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=70304 CPUtime=1583.98
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 17606 0 0 0 157995 403 0 0 25 0 1 0 24517064 71991296 17238 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 17576 17238 48 102 0 17471 0
Current children cumulated CPU time (s) 1587.47
Current children cumulated vsize (KiB) 92528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25407
/proc/meminfo: memFree=1611680/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=70304 CPUtime=1643.42
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 17606 0 0 0 163939 403 0 0 25 0 1 0 24517064 71991296 17238 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 17576 17238 48 102 0 17471 0
Current children cumulated CPU time (s) 1646.91
Current children cumulated vsize (KiB) 92528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25407
/proc/meminfo: memFree=1611744/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=70304 CPUtime=1702.86
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 17606 0 0 0 169883 403 0 0 25 0 1 0 24517064 71991296 17238 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 17576 17238 48 102 0 17471 0
Current children cumulated CPU time (s) 1706.35
Current children cumulated vsize (KiB) 92528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 25407
/proc/meminfo: memFree=1611744/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=70304 CPUtime=1762.31
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 17606 0 0 0 175828 403 0 0 25 0 1 0 24517064 71991296 17238 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25359/statm: 17576 17238 48 102 0 17471 0
Current children cumulated CPU time (s) 1765.8
Current children cumulated vsize (KiB) 92528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 25448
/proc/meminfo: memFree=1613416/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=70304 CPUtime=1796.59
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 17606 0 0 0 179255 404 0 0 25 0 1 0 24517064 71991296 17238 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 17576 17238 48 102 0 17471 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 92528

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

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

[startup+1816.9 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 25448
/proc/meminfo: memFree=1613416/2055920 swapFree=4192812/4192956
[pid=25335] ppid=25333 vsize=16868 CPUtime=3.49
/proc/25335/stat : 25335 (sugar) S 25333 25335 19085 0 -1 4194304 1365 17618 0 2 5 1 321 22 16 0 1 0 24516702 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25335/statm: 4217 1113 409 3 0 796 0
[pid=25358] ppid=25335 vsize=5356 CPUtime=0
/proc/25358/stat : 25358 (sh) S 25335 25335 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24517064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25358/statm: 1339 232 193 169 0 50 0
[pid=25359] ppid=25358 vsize=70304 CPUtime=1796.59
/proc/25359/stat : 25359 (picosat) R 25358 25335 19085 0 -1 4194304 17606 0 0 0 179255 404 0 0 25 0 1 0 24517064 71991296 17238 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25359/statm: 17576 17238 48 102 0 17471 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 92528

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25335 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=272502
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=244962
# CPU time returned by wait4() is 3.51746
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.92
CPU time (s): 1800.08
CPU user time (s): 1795.81
CPU system time (s): 4.27
CPU usage (%): 99.0732
Max. virtual memory (cumulated for all children) (KiB): 891072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2725
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19376
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= 4874
involuntary context switches= 4798

runsolver used 2.52462 second user time and 5.45317 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 06:55:16
IDJOB=2082015
IDBENCH=57521
IDSOLVER=738
FILE ID=node81/2082015-1247374516
PBS_JOBID= 9507040
Free space on /tmp= 126680 MiB

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

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

MD5SUM BENCH= 12cac64112c90184707842af1dca4fb5
RANDOM SEED=850950187

node81.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.233
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.233
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:       1637296 kB
Buffers:         59868 kB
Cached:         181804 kB
SwapCached:        136 kB
Active:         230308 kB
Inactive:       110980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         117304 kB
Slab:            62288 kB
Committed_AS:   933980 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126676 MiB
End job on node81 at 2009-07-12 07:25:35