Trace number 2060708

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 1800.53

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-25-25.xml
MD5SUM6594e3059ad496a089e0bc1e82952595
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.73573
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of constraints1503
Maximum constraint arity25
Maximum domain size74
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1201
Global constraints used (with number of constraints)cumulative(2),weightedsum(300)

Solver Data

0.02/0.06	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.06	c 0	BEGIN Sat Jul 11 17:27:31 2009
0.02/0.06	c 0	PID 11565
0.02/0.07	c 0	HOST node48.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2060708-1247326051.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060708-1247326051.xml' 'HOME/temp.csp'
0.06/0.45	c 0	26 domains, 1250 variables, 2 predicates, 0 relations, 1503 constraints
0.07/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	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.07/0.58	c 0	Parsing HOME/temp.csp
0.61/0.66	c 0	parsed 2781 expressions
0.61/0.66	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.66	c 0	Converting to clausal form CSP
0.61/0.69	c 1	converted 279 (10%) expressions
0.61/0.69	c 1	converted 557 (20%) expressions
0.61/0.69	c 1	converted 835 (30%) expressions
0.61/0.69	c 1	converted 1113 (40%) expressions
0.61/0.75	c 1	converted 1391 (50%) expressions
0.61/0.82	c 1	converted 1669 (60%) expressions
0.61/0.85	c 1	converted 1947 (70%) expressions
0.61/0.87	c 1	converted 2225 (80%) expressions
0.61/0.90	c 1	converted 2503 (90%) expressions
1.86/1.63	c 1	converted 2781 (100%) expressions
1.86/1.64	c 1	CSP : 5394 integers, 2352 booleans, 15789 clauses, largest domain size 75
1.86/1.64	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.86/1.64	c 1	Propagation in CSP
1.86/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.96/1.70	c 2	CSP : 5394 integers, 2352 booleans, 15789 clauses, largest domain size 75
1.96/1.70	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.96/1.71	c 2	Simplifing CSP by introducing new Boolean variables
1.96/1.72	c 2	CSP : 5394 integers, 2352 booleans, 15789 clauses, largest domain size 75
1.96/1.72	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.07/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.07/1.82	c 2	540 (10%) CSP integer variables are encoded (2950 clauses, 36235 bytes)
2.07/1.82	c 2	1079 (20%) CSP integer variables are encoded (2950 clauses, 36235 bytes)
2.07/1.83	c 2	1619 (30%) CSP integer variables are encoded (5147 clauses, 64796 bytes)
2.07/1.83	c 2	2158 (40%) CSP integer variables are encoded (8300 clauses, 106564 bytes)
2.07/1.84	c 2	2697 (50%) CSP integer variables are encoded (11511 clauses, 154729 bytes)
2.07/1.84	c 2	3237 (60%) CSP integer variables are encoded (14818 clauses, 204334 bytes)
2.07/1.85	c 2	3776 (70%) CSP integer variables are encoded (18102 clauses, 253594 bytes)
2.07/1.85	c 2	4316 (80%) CSP integer variables are encoded (21255 clauses, 300889 bytes)
2.07/1.86	c 2	4855 (90%) CSP integer variables are encoded (24466 clauses, 349054 bytes)
2.07/1.86	c 2	5394 (100%) CSP integer variables are encoded (27846 clauses, 399754 bytes)
2.30/2.03	c 2	1579 (10%) CSP clauses are encoded (107371 clauses, 1776947 bytes)
2.50/2.23	c 2	3158 (20%) CSP clauses are encoded (155336 clauses, 2804570 bytes)
2.80/2.54	c 2	4737 (30%) CSP clauses are encoded (185769 clauses, 3721953 bytes)
3.09/2.81	c 3	6316 (40%) CSP clauses are encoded (212113 clauses, 4602432 bytes)
3.30/3.08	c 3	7895 (50%) CSP clauses are encoded (237980 clauses, 5494649 bytes)
3.80/3.52	c 3	9474 (60%) CSP clauses are encoded (341995 clauses, 7868950 bytes)
4.11/3.89	c 4	11053 (70%) CSP clauses are encoded (376594 clauses, 9093011 bytes)
4.40/4.16	c 4	12632 (80%) CSP clauses are encoded (402074 clauses, 9984886 bytes)
4.71/4.43	c 4	14211 (90%) CSP clauses are encoded (427202 clauses, 10857374 bytes)
5.11/4.85	c 5	15789 (100%) CSP clauses are encoded (530304 clauses, 13277666 bytes)
5.11/4.85	c 5	15789 CSP clauses encoded
5.11/4.85	c 5	Writing map file : HOME/temp.map
5.11/4.87	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.11/4.87	c 5	SAT : 35540 SAT variables, 530304 SAT clauses, 13277666 bytes
5.11/4.87	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.11/4.89	c 5	SOLVING HOME/temp.cnf
5.11/4.89	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1800.51	c 1800	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1800.51	c 1800	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/1800.52	c ERROR INTERRUPTED
1800.03/1800.52	s UNKNOWN
1800.03/1800.52	c 1800	CPU 5.2 (0.05 0.02 4.93 0.2)
1800.03/1800.52	c 1800	END Sat Jul 11 17:57:31 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-2060708-1247326051/watcher-2060708-1247326051 -o /tmp/evaluation-result-2060708-1247326051/solver-2060708-1247326051 -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-2060708-1247326051.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: 0.53 0.93 1.36 3/82 11565
/proc/meminfo: memFree=733128/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=12272 CPUtime=0
/proc/11565/stat : 11565 (sugar) R 11563 11565 10639 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 19669235 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 0 0 0 0 17 0 0 0
/proc/11565/statm: 3068 364 274 3 0 168 0

[startup+0.033243 s]
/proc/loadavg: 0.53 0.93 1.36 3/82 11565
/proc/meminfo: memFree=733128/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=13336 CPUtime=0.02
/proc/11565/stat : 11565 (sugar) R 11563 11565 10639 0 -1 4194304 725 0 0 0 2 0 0 0 18 0 1 0 19669235 13656064 693 996147200 4194304 4206940 548682068608 18446744073709551615 255539450593 0 0 4224 0 0 0 0 17 0 0 0
/proc/11565/statm: 3334 694 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101251 s]
/proc/loadavg: 0.53 0.93 1.36 3/82 11565
/proc/meminfo: memFree=733128/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=0.06
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 19669235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301271 s]
/proc/loadavg: 0.53 0.93 1.36 3/82 11565
/proc/meminfo: memFree=733128/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=0.06
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 19669235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70131 s]
/proc/loadavg: 0.53 0.93 1.36 3/82 11565
/proc/meminfo: memFree=733128/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=0.61
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1309 5265 0 1 5 2 51 3 16 0 1 0 19669235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50239 s]
/proc/loadavg: 0.53 0.93 1.36 3/93 11587
/proc/meminfo: memFree=715120/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=0.61
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1309 5265 0 1 5 2 51 3 16 0 1 0 19669235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1111 409 3 0 796 0
[pid=11578] ppid=11565 vsize=5356 CPUtime=0
/proc/11578/stat : 11578 (sh) S 11565 11565 10639 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19669286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11578/statm: 1339 233 193 169 0 50 0
[pid=11579] ppid=11578 vsize=868916 CPUtime=1.15
/proc/11579/stat : 11579 (java) S 11578 11565 10639 0 -1 0 9063 0 1 0 110 5 0 0 18 0 9 0 19669286 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11579/statm: 217229 8221 2568 9 0 211734 0
[pid=11579/tid=11580] ppid=11578 vsize=868916 CPUtime=0.72
/proc/11579/task/11580/stat : 11580 (java) S 11578 11565 10639 0 -1 64 2722 0 1 0 71 1 0 0 17 0 9 0 19669287 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11581] ppid=11578 vsize=868916 CPUtime=0.21
/proc/11579/task/11581/stat : 11581 (java) R 11578 11565 10639 0 -1 64 4081 0 0 0 20 1 0 0 16 0 9 0 19669289 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11579/tid=11582] ppid=11578 vsize=868916 CPUtime=0
/proc/11579/task/11582/stat : 11582 (java) S 11578 11565 10639 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19669289 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11583] ppid=11578 vsize=868916 CPUtime=0
/proc/11579/task/11583/stat : 11583 (java) S 11578 11565 10639 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19669289 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11584] ppid=11578 vsize=868916 CPUtime=0
/proc/11579/task/11584/stat : 11584 (java) S 11578 11565 10639 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 19669291 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11585] ppid=11578 vsize=868916 CPUtime=0.18
/proc/11579/task/11585/stat : 11585 (java) S 11578 11565 10639 0 -1 64 1561 0 0 0 18 0 0 0 16 0 9 0 19669291 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11586] ppid=11578 vsize=868916 CPUtime=0
/proc/11579/task/11586/stat : 11586 (java) S 11578 11565 10639 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19669291 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11587] ppid=11578 vsize=868916 CPUtime=0
/proc/11579/task/11587/stat : 11587 (java) S 11578 11565 10639 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19669291 889769984 8221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 891140

[startup+3.10253 s]
/proc/loadavg: 0.53 0.93 1.36 2/93 11587
/proc/meminfo: memFree=703024/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=0.61
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1310 5265 0 1 5 2 51 3 16 0 1 0 19669235 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1111 409 3 0 796 0
[pid=11578] ppid=11565 vsize=5356 CPUtime=0
/proc/11578/stat : 11578 (sh) S 11565 11565 10639 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19669286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11578/statm: 1339 233 193 169 0 50 0
[pid=11579] ppid=11578 vsize=869060 CPUtime=2.78
/proc/11579/stat : 11579 (java) S 11578 11565 10639 0 -1 0 9766 0 1 0 269 9 0 0 18 0 9 0 19669286 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11579/statm: 217265 8589 2592 9 0 211742 0
[pid=11579/tid=11580] ppid=11578 vsize=869060 CPUtime=2.1
/proc/11579/task/11580/stat : 11580 (java) R 11578 11565 10639 0 -1 64 2995 0 1 0 205 5 0 0 17 0 9 0 19669287 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4126524462 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11581] ppid=11578 vsize=869060 CPUtime=0.42
/proc/11579/task/11581/stat : 11581 (java) S 11578 11565 10639 0 -1 64 4471 0 0 0 40 2 0 0 16 0 9 0 19669289 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11582] ppid=11578 vsize=869060 CPUtime=0
/proc/11579/task/11582/stat : 11582 (java) S 11578 11565 10639 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19669289 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11579/tid=11583] ppid=11578 vsize=869060 CPUtime=0
/proc/11579/task/11583/stat : 11583 (java) S 11578 11565 10639 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19669289 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11579/tid=11584] ppid=11578 vsize=869060 CPUtime=0
/proc/11579/task/11584/stat : 11584 (java) S 11578 11565 10639 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 19669291 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11585] ppid=11578 vsize=869060 CPUtime=0.24
/proc/11579/task/11585/stat : 11585 (java) S 11578 11565 10639 0 -1 64 1601 0 0 0 23 1 0 0 15 0 9 0 19669291 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11579/tid=11586] ppid=11578 vsize=869060 CPUtime=0
/proc/11579/task/11586/stat : 11586 (java) S 11578 11565 10639 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19669291 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11579/tid=11587] ppid=11578 vsize=869060 CPUtime=0
/proc/11579/task/11587/stat : 11587 (java) S 11578 11565 10639 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19669291 889917440 8589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 891284

[startup+6.30184 s]
/proc/loadavg: 0.56 0.93 1.36 2/85 11589
/proc/meminfo: memFree=711664/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=10712 CPUtime=1.39
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 2005 0 0 0 61 78 0 0 25 0 1 0 19669725 10969088 1991 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 2678 1991 40 102 0 2573 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 32936

[startup+12.7024 s]
/proc/loadavg: 0.60 0.93 1.35 2/85 11589
/proc/meminfo: memFree=694128/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=24696 CPUtime=7.8
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 5564 0 0 0 490 290 0 0 25 0 1 0 19669725 25288704 5517 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 6174 5517 42 102 0 6069 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 46920

[startup+25.5017 s]
/proc/loadavg: 0.69 0.94 1.35 2/85 11589
/proc/meminfo: memFree=693488/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=25488 CPUtime=20.58
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 5782 0 0 0 1768 290 0 0 25 0 1 0 19669725 26099712 5735 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 6372 5735 42 102 0 6267 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 47712

[startup+51.1011 s]
/proc/loadavg: 0.79 0.94 1.34 2/85 11589
/proc/meminfo: memFree=691888/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=27072 CPUtime=46.16
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 6188 0 0 0 4325 291 0 0 25 0 1 0 19669725 27721728 6141 996147200 134512640 134931368 4294956256 18446744073709551615 134529475 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 6768 6141 42 102 0 6663 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 49296

[startup+102.307 s]
/proc/loadavg: 0.91 0.95 1.32 2/85 11589
/proc/meminfo: memFree=688944/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=29844 CPUtime=97.34
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 6908 0 0 0 9442 292 0 0 25 0 1 0 19669725 30560256 6861 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 7461 6861 42 102 0 7356 0
Current children cumulated CPU time (s) 102.54
Current children cumulated vsize (KiB) 52068

[startup+162.302 s]
/proc/loadavg: 0.96 0.95 1.29 2/85 11589
/proc/meminfo: memFree=686128/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=634496/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=45600 CPUtime=1356.79
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 10781 0 0 0 135380 299 0 0 25 0 1 0 19669725 46694400 10261 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11400 10261 48 102 0 11295 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 67824

[startup+1422.31 s]
/proc/loadavg: 1.98 1.52 1.27 3/83 11629
/proc/meminfo: memFree=634304/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=45600 CPUtime=1416.78
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 10781 0 0 0 141378 300 0 0 25 0 1 0 19669725 46694400 10261 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11400 10261 48 102 0 11295 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 67824

[startup+1482.3 s]
/proc/loadavg: 1.99 1.61 1.31 3/83 11629
/proc/meminfo: memFree=634368/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=45600 CPUtime=1476.75
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 10781 0 0 0 147375 300 0 0 25 0 1 0 19669725 46694400 10261 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11400 10261 48 102 0 11295 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 67824

[startup+1542.3 s]
/proc/loadavg: 1.99 1.68 1.35 3/83 11629
/proc/meminfo: memFree=634368/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=45600 CPUtime=1536.72
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 10781 0 0 0 153372 300 0 0 25 0 1 0 19669725 46694400 10261 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11400 10261 48 102 0 11295 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 67824

[startup+1602.3 s]
/proc/loadavg: 1.99 1.73 1.39 4/83 11629
/proc/meminfo: memFree=634368/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=45600 CPUtime=1596.7
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 10781 0 0 0 159370 300 0 0 25 0 1 0 19669725 46694400 10261 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11400 10261 48 102 0 11295 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 67824

[startup+1662.3 s]
/proc/loadavg: 1.99 1.78 1.43 3/83 11629
/proc/meminfo: memFree=634368/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=45600 CPUtime=1656.67
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 10781 0 0 0 165367 300 0 0 25 0 1 0 19669725 46694400 10261 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11400 10261 48 102 0 11295 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 67824

[startup+1722.3 s]
/proc/loadavg: 1.99 1.82 1.46 3/83 11629
/proc/meminfo: memFree=632960/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=46920 CPUtime=1716.65
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 11261 0 0 0 171365 300 0 0 25 0 1 0 19669725 48046080 10606 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11730 10606 48 102 0 11625 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 69144

[startup+1782.3 s]
/proc/loadavg: 1.99 1.85 1.49 3/83 11629
/proc/meminfo: memFree=632896/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=46920 CPUtime=1776.63
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 11261 0 0 0 177362 301 0 0 25 0 1 0 19669725 48046080 10606 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11730 10606 48 102 0 11625 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 69144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.99 1.86 1.50 3/83 11629
/proc/meminfo: memFree=632960/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=46920 CPUtime=1794.83
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 11261 0 0 0 179182 301 0 0 25 0 1 0 19669725 48046080 10606 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11730 10606 48 102 0 11625 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 69144

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

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

[startup+1800.5 s]
/proc/loadavg: 1.99 1.86 1.50 3/83 11629
/proc/meminfo: memFree=632960/2055920 swapFree=4192956/4192956
[pid=11565] ppid=11563 vsize=16868 CPUtime=5.2
/proc/11565/stat : 11565 (sugar) S 11563 11565 10639 0 -1 4194304 1365 15513 0 2 5 2 493 20 17 0 1 0 19669235 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11565/statm: 4217 1113 409 3 0 796 0
[pid=11588] ppid=11565 vsize=5356 CPUtime=0
/proc/11588/stat : 11588 (sh) S 11565 11565 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19669724 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11588/statm: 1339 232 193 169 0 50 0
[pid=11589] ppid=11588 vsize=46920 CPUtime=1794.83
/proc/11589/stat : 11589 (picosat) R 11588 11565 10639 0 -1 4194304 11261 0 0 0 179182 301 0 0 25 0 1 0 19669725 48046080 10606 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 0 0 0
/proc/11589/statm: 11730 10606 48 102 0 11625 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 69144

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11565 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=994240
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=237963
# CPU time returned by wait4() is 5.2322
# 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): 1800.53
CPU time (s): 1800.03
CPU user time (s): 1796.8
CPU system time (s): 3.23
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 891424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.99424
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17363
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= 3212
involuntary context switches= 2571

runsolver used 1.56276 second user time and 5.55116 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-11 17:27:31
IDJOB=2060708
IDBENCH=53742
IDSOLVER=738
FILE ID=node48/2060708-1247326051
PBS_JOBID= 9506533
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-25-25.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-2060708-1247326051/watcher-2060708-1247326051 -o /tmp/evaluation-result-2060708-1247326051/solver-2060708-1247326051 -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-2060708-1247326051.xml

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

MD5SUM BENCH= 6594e3059ad496a089e0bc1e82952595
RANDOM SEED=1975818423

node48.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.237
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.237
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:        733680 kB
Buffers:         55368 kB
Cached:        1180532 kB
SwapCached:          0 kB
Active:         143956 kB
Inactive:      1127092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        733680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          53336 kB
Slab:            36440 kB
Committed_AS:   199252 kB
PageTables:       1832 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= 66460 MiB
End job on node48 at 2009-07-11 17:57:33