Trace number 2078473

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 712.877 716.553

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-8_ext.xml
MD5SUMc333f846853957646be8a6d35325162e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.61799
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:50:00 2009
0.00/0.07	c 0	PID 23861
0.00/0.07	c 0	HOST node87.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2078473-1247367000.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-2078473-1247367000.xml' 'HOME/temp.csp'
0.06/0.72	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.69/0.83	c 1	Parsing HOME/temp.csp
1.81/1.90	c 2	parsed 137 expressions
1.81/1.91	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.81/1.91	c 2	Converting to clausal form CSP
1.81/1.93	c 2	converted 14 (10%) expressions
1.81/1.94	c 2	converted 28 (20%) expressions
1.81/1.95	c 2	converted 42 (30%) expressions
2.01/2.10	c 2	converted 55 (40%) expressions
2.01/2.10	c 2	converted 69 (50%) expressions
2.01/2.18	c 2	converted 83 (60%) expressions
2.11/2.28	c 2	converted 96 (70%) expressions
2.21/2.38	c 2	converted 110 (80%) expressions
2.30/2.49	c 2	converted 124 (90%) expressions
2.60/2.74	c 3	converted 137 (100%) expressions
2.60/2.75	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.60/2.75	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/2.75	c 3	Propagation in CSP
2.60/2.75	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.75	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.60/2.75	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/2.75	c 3	Simplifing CSP by introducing new Boolean variables
2.60/2.75	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.60/2.75	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.86	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.70/2.87	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.70/2.87	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.70/2.87	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.70/2.87	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.70/2.87	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.70/2.87	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.70/2.88	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.70/2.88	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.70/2.88	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.70/2.88	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.90/3.06	c 3	6 (10%) CSP clauses are encoded (11168 clauses, 252956 bytes)
3.00/3.19	c 3	12 (20%) CSP clauses are encoded (21978 clauses, 510501 bytes)
3.20/3.32	c 3	18 (30%) CSP clauses are encoded (32752 clauses, 771910 bytes)
3.30/3.44	c 3	24 (40%) CSP clauses are encoded (43658 clauses, 1041919 bytes)
3.39/3.54	c 4	29 (50%) CSP clauses are encoded (52609 clauses, 1264806 bytes)
3.49/3.67	c 4	35 (60%) CSP clauses are encoded (63371 clauses, 1529249 bytes)
3.60/3.79	c 4	41 (70%) CSP clauses are encoded (74260 clauses, 1805665 bytes)
3.79/3.92	c 4	47 (80%) CSP clauses are encoded (85081 clauses, 2093259 bytes)
3.89/4.03	c 4	53 (90%) CSP clauses are encoded (95253 clauses, 2363823 bytes)
4.00/4.13	c 4	58 (100%) CSP clauses are encoded (103599 clauses, 2585370 bytes)
4.00/4.13	c 4	58 CSP clauses encoded
4.00/4.13	c 4	Writing map file : HOME/temp.map
4.00/4.13	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.13	c 4	SAT : 380 SAT variables, 103599 SAT clauses, 2585370 bytes
4.00/4.13	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.15	c 4	SOLVING HOME/temp.cnf
4.00/4.15	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
712.64/716.38	c 716	DECODING HOME/temp.out WITH HOME/temp.map
712.64/716.38	c 716	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'
712.72/716.46	c 716	Decoding HOME/temp.out
712.72/716.48	s SATISFIABLE
712.72/716.48	v 4 16 10 1 12 18 11 11 13 0 14 10 2 17 8 8 2 9 3 15
712.72/716.50	c 717	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
712.72/716.55	c 717	CPU 712.84 (0.05 0.01 711.74 1.04)
712.72/716.55	c 717	END Sun Jul 12 05:01:57 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-2078473-1247367000/watcher-2078473-1247367000 -o /tmp/evaluation-result-2078473-1247367000/solver-2078473-1247367000 -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-2078473-1247367000.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.11 2.11 2.25 4/82 23861
/proc/meminfo: memFree=861200/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=12272 CPUtime=0
/proc/23861/stat : 23861 (sugar) R 23859 23861 20976 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23764826 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 254622612478 0 0 4224 0 0 0 0 17 0 0 0
/proc/23861/statm: 3068 327 246 3 0 168 0

[startup+0.104864 s]
/proc/loadavg: 2.11 2.11 2.25 4/82 23861
/proc/meminfo: memFree=861200/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=0.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23764826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201878 s]
/proc/loadavg: 2.11 2.11 2.25 4/82 23861
/proc/meminfo: memFree=861200/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=0.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23764826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301886 s]
/proc/loadavg: 2.11 2.11 2.25 4/82 23861
/proc/meminfo: memFree=861200/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=0.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23764826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701936 s]
/proc/loadavg: 2.11 2.11 2.25 4/82 23861
/proc/meminfo: memFree=861200/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=0.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23764826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50202 s]
/proc/loadavg: 2.18 2.12 2.25 3/93 23883
/proc/meminfo: memFree=849592/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=0.69
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1309 7023 0 1 5 1 59 4 16 0 1 0 23764826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1111 409 3 0 796 0
[pid=23874] ppid=23861 vsize=5356 CPUtime=0
/proc/23874/stat : 23874 (sh) S 23861 23861 20976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23764902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23874/statm: 1339 233 193 169 0 50 0
[pid=23875] ppid=23874 vsize=862288 CPUtime=0.72
/proc/23875/stat : 23875 (java) S 23874 23861 20976 0 -1 0 6726 0 1 0 69 3 0 0 19 0 9 0 23764902 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 215572 6006 2158 9 0 210485 0
[pid=23875/tid=23876] ppid=23874 vsize=862288 CPUtime=0.49
/proc/23875/task/23876/stat : 23876 (java) R 23874 23861 20976 0 -1 64 2029 0 1 0 49 0 0 0 21 0 9 0 23764903 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4126428516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23877] ppid=23874 vsize=862288 CPUtime=0.17
/proc/23875/task/23877/stat : 23877 (java) S 23874 23861 20976 0 -1 64 3696 0 0 0 16 1 0 0 16 0 9 0 23764904 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23874 vsize=862288 CPUtime=0
/proc/23875/task/23878/stat : 23878 (java) S 23874 23861 20976 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23764904 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23874 vsize=862288 CPUtime=0
/proc/23875/task/23879/stat : 23879 (java) S 23874 23861 20976 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23764904 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23874 vsize=862288 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23874 23861 20976 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23764906 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23874 vsize=862288 CPUtime=0.03
/proc/23875/task/23881/stat : 23881 (java) S 23874 23861 20976 0 -1 64 298 0 0 0 3 0 0 0 17 0 9 0 23764906 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23874 vsize=862288 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23874 23861 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23764906 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23874 vsize=862288 CPUtime=0
/proc/23875/task/23883/stat : 23883 (java) S 23874 23861 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23764906 882982912 6006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884512

[startup+3.1022 s]
/proc/loadavg: 2.18 2.12 2.25 3/93 23883
/proc/meminfo: memFree=823608/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=0.69
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1310 7023 0 1 5 1 59 4 15 0 1 0 23764826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1111 409 3 0 796 0
[pid=23874] ppid=23861 vsize=5356 CPUtime=0
/proc/23874/stat : 23874 (sh) S 23861 23861 20976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23764902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23874/statm: 1339 233 193 169 0 50 0
[pid=23875] ppid=23874 vsize=864496 CPUtime=2.31
/proc/23875/stat : 23875 (java) S 23874 23861 20976 0 -1 0 14824 0 1 0 223 8 0 0 19 0 9 0 23764902 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23875/statm: 216124 14042 2590 9 0 210601 0
[pid=23875/tid=23876] ppid=23874 vsize=864496 CPUtime=1.26
/proc/23875/task/23876/stat : 23876 (java) R 23874 23861 20976 0 -1 64 3285 0 1 0 124 2 0 0 19 0 9 0 23764903 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4126552919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23877] ppid=23874 vsize=864496 CPUtime=0.95
/proc/23875/task/23877/stat : 23877 (java) S 23874 23861 20976 0 -1 64 10510 0 0 0 91 4 0 0 16 0 9 0 23764904 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23878] ppid=23874 vsize=864496 CPUtime=0
/proc/23875/task/23878/stat : 23878 (java) S 23874 23861 20976 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23764904 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23879] ppid=23874 vsize=864496 CPUtime=0
/proc/23875/task/23879/stat : 23879 (java) S 23874 23861 20976 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23764904 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23880] ppid=23874 vsize=864496 CPUtime=0
/proc/23875/task/23880/stat : 23880 (java) S 23874 23861 20976 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23764906 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23881] ppid=23874 vsize=864496 CPUtime=0.07
/proc/23875/task/23881/stat : 23881 (java) S 23874 23861 20976 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 23764906 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23882] ppid=23874 vsize=864496 CPUtime=0
/proc/23875/task/23882/stat : 23882 (java) S 23874 23861 20976 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23764906 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23875/tid=23883] ppid=23874 vsize=864496 CPUtime=0
/proc/23875/task/23883/stat : 23883 (java) S 23874 23861 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23764906 885243904 14042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886720

[startup+6.30256 s]
/proc/loadavg: 2.17 2.12 2.25 3/85 23885
/proc/meminfo: memFree=848952/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=5100 CPUtime=2.12
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 1200 0 0 0 133 79 0 0 25 0 1 0 23765242 5222400 1186 996147200 134512640 134931368 4294956256 18446744073709551615 134525835 0 0 4096 0 0 0 0 17 1 0 0
/proc/23885/statm: 1275 1186 42 102 0 1170 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 27324

[startup+12.7013 s]
/proc/loadavg: 2.15 2.12 2.25 3/85 23885
/proc/meminfo: memFree=847800/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=6024 CPUtime=8.48
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 1440 0 0 0 769 79 0 0 25 0 1 0 23765242 6168576 1426 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/23885/statm: 1506 1426 42 102 0 1401 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 28248

[startup+25.5017 s]
/proc/loadavg: 2.12 2.11 2.24 3/85 23885
/proc/meminfo: memFree=846776/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=7088 CPUtime=21.22
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 1731 0 0 0 2042 80 0 0 25 0 1 0 23765242 7258112 1704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23885/statm: 1772 1704 48 102 0 1667 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 29312

[startup+51.1016 s]
/proc/loadavg: 2.08 2.10 2.24 3/85 23885
/proc/meminfo: memFree=846712/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=7808 CPUtime=46.7
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 1786 0 0 0 4590 80 0 0 25 0 1 0 23765242 7995392 1759 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23885/statm: 1952 1759 48 102 0 1847 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 30032

[startup+102.301 s]
/proc/loadavg: 2.42 2.18 2.25 3/85 23887
/proc/meminfo: memFree=846136/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=8288 CPUtime=97.65
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 1952 0 0 0 9685 80 0 0 25 0 1 0 23765242 8486912 1858 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23885/statm: 2072 1858 48 102 0 1967 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 30512

[startup+162.302 s]
/proc/loadavg: 2.23 2.16 2.24 3/85 23887
/proc/meminfo: memFree=845432/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+462.301 s]
/proc/loadavg: 1.99 2.05 2.16 3/78 23966
/proc/meminfo: memFree=1028112/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=10532 CPUtime=455.95
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3122 0 0 0 45512 83 0 0 25 0 1 0 23765242 10784768 2459 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2633 2459 48 102 0 2528 0
Current children cumulated CPU time (s) 460.01
Current children cumulated vsize (KiB) 32756

[startup+522.301 s]
/proc/loadavg: 2.12 2.07 2.16 3/86 24083
/proc/meminfo: memFree=714464/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=10664 CPUtime=515.54
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3229 0 0 0 51471 83 0 0 25 0 1 0 23765242 10919936 2505 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2666 2505 48 102 0 2561 0
Current children cumulated CPU time (s) 519.6
Current children cumulated vsize (KiB) 32888

[startup+582.302 s]
/proc/loadavg: 2.45 2.17 2.19 4/86 24083
/proc/meminfo: memFree=610976/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=10920 CPUtime=575.24
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3305 0 0 0 57441 83 0 0 25 0 1 0 23765242 11182080 2517 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2730 2517 48 102 0 2625 0
Current children cumulated CPU time (s) 579.3
Current children cumulated vsize (KiB) 33144

[startup+642.302 s]
/proc/loadavg: 2.77 2.29 2.23 3/86 24083
/proc/meminfo: memFree=610592/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=11184 CPUtime=634.95
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3432 0 0 0 63411 84 0 0 25 0 1 0 23765242 11452416 2577 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2796 2577 48 102 0 2691 0
Current children cumulated CPU time (s) 639.01
Current children cumulated vsize (KiB) 33408

[startup+702.301 s]
/proc/loadavg: 2.73 2.37 2.26 3/86 24089
/proc/meminfo: memFree=609880/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=11712 CPUtime=694.64
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3627 0 0 0 69380 84 0 0 25 0 1 0 23765242 11993088 2701 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2928 2701 48 102 0 2823 0
Current children cumulated CPU time (s) 698.7
Current children cumulated vsize (KiB) 33936

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

[startup+704.001 s]
/proc/loadavg: 2.73 2.37 2.26 3/86 24089
/proc/meminfo: memFree=609880/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=11712 CPUtime=696.34
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3627 0 0 0 69549 85 0 0 25 0 1 0 23765242 11993088 2701 996147200 134512640 134931368 4294956256 18446744073709551615 134524030 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2928 2701 48 102 0 2823 0
Current children cumulated CPU time (s) 700.4
Current children cumulated vsize (KiB) 33936

[startup+710.401 s]
/proc/loadavg: 2.75 2.38 2.26 3/86 24089
/proc/meminfo: memFree=609816/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=11712 CPUtime=702.7
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3627 0 0 0 70185 85 0 0 25 0 1 0 23765242 11993088 2701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2928 2701 48 102 0 2823 0
Current children cumulated CPU time (s) 706.76
Current children cumulated vsize (KiB) 33936

[startup+713.602 s]
/proc/loadavg: 2.77 2.39 2.27 3/86 24089
/proc/meminfo: memFree=609816/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=11712 CPUtime=705.88
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3627 0 0 0 70503 85 0 0 25 0 1 0 23765242 11993088 2701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2928 2701 48 102 0 2823 0
Current children cumulated CPU time (s) 709.94
Current children cumulated vsize (KiB) 33936

[startup+715.203 s]
/proc/loadavg: 2.77 2.39 2.27 3/86 24089
/proc/meminfo: memFree=609880/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=11712 CPUtime=707.48
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3627 0 0 0 70663 85 0 0 25 0 1 0 23765242 11993088 2701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2928 2701 48 102 0 2823 0
Current children cumulated CPU time (s) 711.54
Current children cumulated vsize (KiB) 33936

[startup+716.003 s]
/proc/loadavg: 2.77 2.39 2.27 3/86 24089
/proc/meminfo: memFree=609880/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=4.06
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1364 22192 0 2 5 1 384 16 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
[pid=23884] ppid=23861 vsize=5356 CPUtime=0
/proc/23884/stat : 23884 (sh) S 23861 23861 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23765242 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23884/statm: 1339 232 193 169 0 50 0
[pid=23885] ppid=23884 vsize=11712 CPUtime=708.28
/proc/23885/stat : 23885 (picosat) R 23884 23861 20976 0 -1 4194304 3627 0 0 0 70743 85 0 0 25 0 1 0 23765242 11993088 2701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23885/statm: 2928 2701 48 102 0 2823 0
Current children cumulated CPU time (s) 712.34
Current children cumulated vsize (KiB) 33936

[startup+716.403 s]
/proc/loadavg: 2.79 2.40 2.27 3/86 24089
/proc/meminfo: memFree=609880/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=712.72
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1425 26110 0 2 5 1 71165 101 16 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 712.72
Current children cumulated vsize (KiB) 16868

[startup+716.503 s]
/proc/loadavg: 2.79 2.40 2.27 3/86 24089
/proc/meminfo: memFree=609880/2055920 swapFree=4192948/4192956
[pid=23861] ppid=23859 vsize=16868 CPUtime=712.72
/proc/23861/stat : 23861 (sugar) S 23859 23861 20976 0 -1 4194304 1446 26110 0 2 5 1 71165 101 15 0 1 0 23764826 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23861/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 712.72
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 716.553
CPU time (s): 712.877
CPU user time (s): 711.807
CPU system time (s): 1.06984
CPU usage (%): 99.487
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 711.807
system time used= 1.06984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31378
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= 2592
involuntary context switches= 15753

runsolver used 0.903862 second user time and 2.33065 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 04:50:00
IDJOB=2078473
IDBENCH=56757
IDSOLVER=738
FILE ID=node87/2078473-1247367000
PBS_JOBID= 9507082
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-8_ext.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-2078473-1247367000/watcher-2078473-1247367000 -o /tmp/evaluation-result-2078473-1247367000/solver-2078473-1247367000 -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-2078473-1247367000.xml

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

MD5SUM BENCH= c333f846853957646be8a6d35325162e
RANDOM SEED=861917999

node87.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.236
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.236
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:        861616 kB
Buffers:         89704 kB
Cached:         787760 kB
SwapCached:          8 kB
Active:         403068 kB
Inactive:       706280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        861616 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2740 kB
Writeback:           0 kB
Mapped:         251020 kB
Slab:            69136 kB
Committed_AS:   425216 kB
PageTables:       2816 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= 66292 MiB
End job on node87 at 2009-07-12 05:01:57