Trace number 2068903

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+picosatSAT 676.392 682.849

General information on the benchmark

Namecsp/tdsp/
normalized-C4-2-61.xml
MD5SUM0ffd436ed20b5bcf9ec627b8d0fbb5c0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.7851
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size62
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sat Jul 11 23:45:38 2009
0.05/0.07	c 0	PID 16950
0.05/0.07	c 0	HOST node75.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2068903-1247348738.xml TO HOME/temp.csp
0.05/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-2068903-1247348738.xml' 'HOME/temp.csp'
0.06/0.66	c 1	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.06/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.68	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.64/0.77	c 1	Parsing HOME/temp.csp
0.64/0.94	c 1	parsed 1430 expressions
0.64/0.98	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.98	c 1	Converting to clausal form CSP
0.92/1.01	c 1	converted 143 (10%) expressions
1.03/1.18	c 1	converted 286 (20%) expressions
1.12/1.22	c 1	converted 429 (30%) expressions
1.12/1.23	c 1	converted 572 (40%) expressions
1.12/1.25	c 1	converted 715 (50%) expressions
1.12/1.26	c 1	converted 858 (60%) expressions
1.12/1.28	c 1	converted 1001 (70%) expressions
1.12/1.29	c 1	converted 1144 (80%) expressions
1.23/1.30	c 1	converted 1287 (90%) expressions
1.23/1.31	c 1	converted 1430 (100%) expressions
1.23/1.31	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 61
1.23/1.31	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.31	c 1	Propagation in CSP
1.23/1.32	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.32	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 61
1.23/1.32	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.36	c 1	CSP : 244 integers, 4704 booleans, 6162 clauses, largest domain size 61
1.23/1.36	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.43	c 1	25 (10%) CSP integer variables are encoded (838 clauses, 9070 bytes)
1.33/1.43	c 1	49 (20%) CSP integer variables are encoded (1750 clauses, 20659 bytes)
1.33/1.43	c 1	74 (30%) CSP integer variables are encoded (2588 clauses, 31553 bytes)
1.33/1.44	c 1	98 (40%) CSP integer variables are encoded (3456 clauses, 42837 bytes)
1.33/1.44	c 1	122 (50%) CSP integer variables are encoded (4362 clauses, 54615 bytes)
1.33/1.44	c 1	147 (60%) CSP integer variables are encoded (5282 clauses, 66575 bytes)
1.33/1.44	c 1	171 (70%) CSP integer variables are encoded (5478 clauses, 69123 bytes)
1.33/1.44	c 1	196 (80%) CSP integer variables are encoded (5615 clauses, 70904 bytes)
1.33/1.44	c 1	220 (90%) CSP integer variables are encoded (5792 clauses, 73205 bytes)
1.33/1.44	c 1	244 (100%) CSP integer variables are encoded (5935 clauses, 75064 bytes)
1.52/1.67	c 2	617 (10%) CSP clauses are encoded (97768 clauses, 2013771 bytes)
2.02/2.19	c 2	1233 (20%) CSP clauses are encoded (328247 clauses, 7108958 bytes)
2.31/2.47	c 2	1849 (30%) CSP clauses are encoded (457381 clauses, 9926381 bytes)
2.71/2.88	c 3	2465 (40%) CSP clauses are encoded (655914 clauses, 14358658 bytes)
3.10/3.26	c 3	3081 (50%) CSP clauses are encoded (841545 clauses, 18636268 bytes)
3.59/3.74	c 4	3698 (60%) CSP clauses are encoded (1069935 clauses, 23933915 bytes)
3.98/4.11	c 4	4314 (70%) CSP clauses are encoded (1242064 clauses, 27896526 bytes)
4.28/4.45	c 4	4930 (80%) CSP clauses are encoded (1406310 clauses, 31672478 bytes)
4.68/4.84	c 5	5546 (90%) CSP clauses are encoded (1589961 clauses, 36055398 bytes)
5.07/5.21	c 5	6162 (100%) CSP clauses are encoded (1761655 clauses, 40176414 bytes)
5.07/5.21	c 5	6162 CSP clauses encoded
5.07/5.21	c 5	Writing map file : HOME/temp.map
5.07/5.21	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.21	c 5	SAT : 10878 SAT variables, 1761655 SAT clauses, 40176414 bytes
5.07/5.21	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.24	c 5	SOLVING HOME/temp.cnf
5.07/5.24	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
676.12/682.60	c 683	DECODING HOME/temp.out WITH HOME/temp.map
676.12/682.60	c 683	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'
676.12/682.69	c 683	Decoding HOME/temp.out
676.14/682.80	s SATISFIABLE
676.14/682.81	v 61 60 18 3 1 42 48 1 17 42 1 13 56 0 0 24 0 0 0 0 0 43 0 57 39 1 1 56 1 0 57 0 33 21 0 0 56 1 21 59 0 41 26 1 15 0 0 33 17 0 47 9 1 2 56 1 0 12 1 14 3 1 25 17 0 50 52 1 16 18 0 46 0 0 23 47 0 58 57 1 34 59 0 33 39 0 55 9 1 6 38 0 45 26 1 0 38 1 9 12 0 16 42 1 55 40 0 37 21 1 48 52 0 37 38 1 27 59 1 48 57 0 14 10 0 33 0 0 41 21 1 45 52 1 28 10 0 10 41 1 28 3 1 10 47 1 9 16 0
676.14/682.82	c 683	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
676.14/682.83	c 683	CPU 676.35 (0.06 0.02 665.84 10.43)
676.14/682.83	c 683	END Sat Jul 11 23:57:01 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068903-1247348738/watcher-2068903-1247348738 -o /tmp/evaluation-result-2068903-1247348738/solver-2068903-1247348738 -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-2068903-1247348738.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.23 2.20 2.09 4/83 16950
/proc/meminfo: memFree=1190032/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=12272 CPUtime=0
/proc/16950/stat : 16950 (sugar) R 16948 16950 16814 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 21938245 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 231900253652 0 0 4224 0 0 0 0 17 0 0 0
/proc/16950/statm: 3068 324 244 3 0 168 0

[startup+0.0591451 s]
/proc/loadavg: 2.23 2.20 2.09 4/83 16950
/proc/meminfo: memFree=1190032/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16212 CPUtime=0.05
/proc/16950/stat : 16950 (sugar) R 16948 16950 16814 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 21938245 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/16950/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101151 s]
/proc/loadavg: 2.23 2.20 2.09 4/83 16950
/proc/meminfo: memFree=1190032/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=0.06
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21938245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301168 s]
/proc/loadavg: 2.23 2.20 2.09 4/83 16950
/proc/meminfo: memFree=1190032/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=0.06
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 21938245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70123 s]
/proc/loadavg: 2.23 2.20 2.09 4/83 16950
/proc/meminfo: memFree=1190032/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=0.64
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1292 4985 0 1 5 1 54 4 16 0 1 0 21938245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 16868

[startup+1.50132 s]
/proc/loadavg: 2.23 2.20 2.09 3/94 16972
/proc/meminfo: memFree=1180344/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=0.65
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1310 4985 0 1 6 1 54 4 15 0 1 0 21938245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1111 409 3 0 796 0
[pid=16963] ppid=16950 vsize=5356 CPUtime=0
/proc/16963/stat : 16963 (sh) S 16950 16950 16814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21938314 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 1339 233 193 169 0 50 0
[pid=16964] ppid=16963 vsize=868620 CPUtime=0.77
/proc/16964/stat : 16964 (java) S 16963 16950 16814 0 -1 0 6990 0 1 0 73 4 0 0 18 0 9 0 21938315 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16964/statm: 217155 6216 2589 9 0 211632 0
[pid=16964/tid=16965] ppid=16963 vsize=868620 CPUtime=0.49
/proc/16964/task/16965/stat : 16965 (java) R 16963 16950 16814 0 -1 64 2741 0 1 0 47 2 0 0 18 0 9 0 21938316 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4126872350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16966] ppid=16963 vsize=868620 CPUtime=0.08
/proc/16964/task/16966/stat : 16966 (java) S 16963 16950 16814 0 -1 64 2073 0 0 0 8 0 0 0 16 0 9 0 21938317 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16967] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16967/stat : 16967 (java) S 16963 16950 16814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21938317 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16968] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16968/stat : 16968 (java) S 16963 16950 16814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21938317 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16969] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16969/stat : 16969 (java) S 16963 16950 16814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21938320 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16970] ppid=16963 vsize=868620 CPUtime=0.17
/proc/16964/task/16970/stat : 16970 (java) S 16963 16950 16814 0 -1 64 1478 0 0 0 17 0 0 0 16 0 9 0 21938320 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16971] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16971/stat : 16971 (java) S 16963 16950 16814 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21938320 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16972] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16972/stat : 16972 (java) S 16963 16950 16814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21938320 889466880 6216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890844

[startup+3.1025 s]
/proc/loadavg: 2.23 2.20 2.09 3/94 16972
/proc/meminfo: memFree=1165432/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=0.65
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1310 4985 0 1 6 1 54 4 15 0 1 0 21938245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1111 409 3 0 796 0
[pid=16963] ppid=16950 vsize=5356 CPUtime=0
/proc/16963/stat : 16963 (sh) S 16950 16950 16814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21938314 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16963/statm: 1339 233 193 169 0 50 0
[pid=16964] ppid=16963 vsize=868620 CPUtime=2.36
/proc/16964/stat : 16964 (java) S 16963 16950 16814 0 -1 0 7526 0 1 0 217 19 0 0 18 0 9 0 21938315 889466880 6230 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16964/statm: 217155 6230 2589 9 0 211632 0
[pid=16964/tid=16965] ppid=16963 vsize=868620 CPUtime=1.89
/proc/16964/task/16965/stat : 16965 (java) R 16963 16950 16814 0 -1 64 3264 0 1 0 176 13 0 0 25 0 9 0 21938316 889466880 6230 996147200 134512640 134550932 4294955936 18446744073709551615 102093962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16966] ppid=16963 vsize=868620 CPUtime=0.24
/proc/16964/task/16966/stat : 16966 (java) S 16963 16950 16814 0 -1 64 2073 0 0 0 20 4 0 0 16 0 9 0 21938317 889466880 6230 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16967] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16967/stat : 16967 (java) S 16963 16950 16814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21938317 889466880 6230 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16968] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16968/stat : 16968 (java) S 16963 16950 16814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21938317 889466880 6230 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16969] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16969/stat : 16969 (java) S 16963 16950 16814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21938320 889466880 6230 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16970] ppid=16963 vsize=868620 CPUtime=0.19
/proc/16964/task/16970/stat : 16970 (java) S 16963 16950 16814 0 -1 64 1491 0 0 0 19 0 0 0 16 0 9 0 21938320 889466880 6230 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16971] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16971/stat : 16971 (java) S 16963 16950 16814 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21938320 889466880 6230 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16964/tid=16972] ppid=16963 vsize=868620 CPUtime=0
/proc/16964/task/16972/stat : 16972 (java) S 16963 16950 16814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21938320 889466880 6230 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) 890844

[startup+6.30288 s]
/proc/loadavg: 2.21 2.20 2.09 3/86 16974
/proc/meminfo: memFree=1145336/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=4768 CPUtime=1.03
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 1079 0 0 0 49 54 0 0 25 0 1 0 21938770 4882432 1065 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 1192 1065 40 102 0 1087 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 26992

[startup+12.7016 s]
/proc/loadavg: 2.19 2.20 2.09 3/86 16974
/proc/meminfo: memFree=1123000/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=27756 CPUtime=7.37
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 6553 0 0 0 332 405 0 0 25 0 1 0 21938770 28422144 6539 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 6939 6539 40 102 0 6834 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 49980

[startup+25.5011 s]
/proc/loadavg: 2.15 2.19 2.09 3/86 16974
/proc/meminfo: memFree=1083896/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=64988 CPUtime=20.06
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 15775 0 0 0 1027 979 0 0 25 0 1 0 21938770 66547712 15752 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 16247 15752 42 102 0 16142 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 87212

[startup+51.1012 s]
/proc/loadavg: 2.16 2.19 2.09 3/86 16974
/proc/meminfo: memFree=1079928/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=68288 CPUtime=45.39
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 16618 0 0 0 3559 980 0 0 25 0 1 0 21938770 69926912 16595 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 17072 16595 42 102 0 16967 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 90512

[startup+102.306 s]
/proc/loadavg: 2.07 2.16 2.09 3/86 16974
/proc/meminfo: memFree=1072888/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=75820 CPUtime=96.11
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 18528 0 0 0 8629 982 0 0 25 0 1 0 21938770 77639680 18503 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 18955 18503 48 102 0 18850 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 98044

[startup+162.301 s]
/proc/loadavg: 2.08 2.14 2.09 3/86 16974
/proc/meminfo: memFree=1064632/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+462.302 s]
/proc/loadavg: 2.00 2.06 2.07 3/86 16976
/proc/meminfo: memFree=1047416/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=100464 CPUtime=452.76
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 25095 0 0 0 44285 991 0 0 25 0 1 0 21938770 102875136 24737 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 25116 24737 48 102 0 25011 0
Current children cumulated CPU time (s) 457.86
Current children cumulated vsize (KiB) 122688

[startup+522.302 s]
/proc/loadavg: 2.00 2.05 2.06 3/86 16976
/proc/meminfo: memFree=1047416/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=100464 CPUtime=512.21
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 25095 0 0 0 50230 991 0 0 25 0 1 0 21938770 102875136 24737 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 25116 24737 48 102 0 25011 0
Current children cumulated CPU time (s) 517.31
Current children cumulated vsize (KiB) 122688

[startup+582.302 s]
/proc/loadavg: 2.00 2.04 2.06 3/86 16976
/proc/meminfo: memFree=1049656/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=100464 CPUtime=571.66
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 25095 0 0 0 56175 991 0 0 25 0 1 0 21938770 102875136 24737 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 25116 24737 48 102 0 25011 0
Current children cumulated CPU time (s) 576.76
Current children cumulated vsize (KiB) 122688

[startup+642.302 s]
/proc/loadavg: 2.00 2.03 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=108768 CPUtime=631.1
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 27293 0 0 0 62116 994 0 0 25 0 1 0 21938770 111378432 26810 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 27192 26810 48 102 0 27087 0
Current children cumulated CPU time (s) 636.2
Current children cumulated vsize (KiB) 130992

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

[startup+665.507 s]
/proc/loadavg: 2.00 2.03 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=108768 CPUtime=654.09
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 27293 0 0 0 64415 994 0 0 25 0 1 0 21938770 111378432 26810 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 27192 26810 48 102 0 27087 0
Current children cumulated CPU time (s) 659.19
Current children cumulated vsize (KiB) 130992

[startup+671.901 s]
/proc/loadavg: 2.00 2.03 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=108768 CPUtime=660.42
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 27293 0 0 0 65048 994 0 0 25 0 1 0 21938770 111378432 26810 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 27192 26810 48 102 0 27087 0
Current children cumulated CPU time (s) 665.52
Current children cumulated vsize (KiB) 130992

[startup+678.301 s]
/proc/loadavg: 2.00 2.02 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=108768 CPUtime=666.77
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 27293 0 0 0 65683 994 0 0 25 0 1 0 21938770 111378432 26810 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 27192 26810 48 102 0 27087 0
Current children cumulated CPU time (s) 671.87
Current children cumulated vsize (KiB) 130992

[startup+679.901 s]
/proc/loadavg: 2.00 2.02 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=108768 CPUtime=668.34
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 27293 0 0 0 65840 994 0 0 25 0 1 0 21938770 111378432 26810 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 27192 26810 48 102 0 27087 0
Current children cumulated CPU time (s) 673.44
Current children cumulated vsize (KiB) 130992

[startup+681.503 s]
/proc/loadavg: 2.00 2.02 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=108768 CPUtime=669.94
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 27293 0 0 0 66000 994 0 0 25 0 1 0 21938770 111378432 26810 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 27192 26810 48 102 0 27087 0
Current children cumulated CPU time (s) 675.04
Current children cumulated vsize (KiB) 130992

[startup+682.303 s]
/proc/loadavg: 2.00 2.02 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=5.1
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1365 13524 0 2 6 1 460 43 16 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
[pid=16973] ppid=16950 vsize=5356 CPUtime=0
/proc/16973/stat : 16973 (sh) S 16950 16950 16814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21938770 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16973/statm: 1339 232 193 169 0 50 0
[pid=16974] ppid=16973 vsize=108768 CPUtime=670.73
/proc/16974/stat : 16974 (picosat) R 16973 16950 16814 0 -1 4194304 27293 0 0 0 66079 994 0 0 25 0 1 0 21938770 111378432 26810 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16974/statm: 27192 26810 48 102 0 27087 0
Current children cumulated CPU time (s) 675.83
Current children cumulated vsize (KiB) 130992

[startup+682.702 s]
/proc/loadavg: 2.00 2.02 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=676.14
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1446 41108 0 2 6 1 66567 1040 15 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 676.14
Current children cumulated vsize (KiB) 16868

[startup+682.803 s]
/proc/loadavg: 2.00 2.02 2.05 3/86 16976
/proc/meminfo: memFree=1039096/2055920 swapFree=4192812/4192956
[pid=16950] ppid=16948 vsize=16868 CPUtime=676.14
/proc/16950/stat : 16950 (sugar) S 16948 16950 16814 0 -1 4194304 1446 41108 0 2 6 1 66567 1040 15 0 1 0 21938245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 676.14
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 682.849
CPU time (s): 676.392
CPU user time (s): 665.917
CPU system time (s): 10.4754
CPU usage (%): 99.0544
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 665.917
system time used= 10.4754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46447
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12945
involuntary context switches= 40589

runsolver used 0.808877 second user time and 2.21266 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-11 23:45:38
IDJOB=2068903
IDBENCH=54954
IDSOLVER=738
FILE ID=node75/2068903-1247348738
PBS_JOBID= 9506862
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-2-61.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-2068903-1247348738/watcher-2068903-1247348738 -o /tmp/evaluation-result-2068903-1247348738/solver-2068903-1247348738 -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-2068903-1247348738.xml

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

MD5SUM BENCH= 0ffd436ed20b5bcf9ec627b8d0fbb5c0
RANDOM SEED=2090062864

node75.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.232
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.232
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:       1190448 kB
Buffers:         19204 kB
Cached:          86944 kB
SwapCached:          0 kB
Active:         779840 kB
Inactive:        31720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:         721016 kB
Slab:            37764 kB
Committed_AS:   881520 kB
PageTables:       3140 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= 66256 MiB
End job on node75 at 2009-07-11 23:57:01