Trace number 1078006

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.13+picosatSAT 1585.37 1585.26

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-13_ext.xml
MD5SUM7f85e7a784792bc3aaff65a2d971c8c8
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 benchmark13.027
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 (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/picosat
0.00/0.13	c 0	BEGIN Fri Jul  4 20:33:33 2008
0.00/0.13	c 0	PID 23746
0.00/0.14	c 0	HOST node16.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1078006-1215196413.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078006-1215196413.xml' 'HOME/temp.csp'
0.03/0.74	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.84	c 1	Parsing HOME/temp.csp
1.72/1.80	c 2	parsed 137 expressions
1.72/1.80	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.72/1.80	c 2	Converting to clausal form CSP
1.72/1.83	c 2	converted 14 (10%) expressions
1.72/1.84	c 2	converted 28 (20%) expressions
1.72/1.85	c 2	converted 42 (30%) expressions
1.72/1.86	c 2	converted 55 (40%) expressions
1.92/2.01	c 2	converted 69 (50%) expressions
1.92/2.06	c 2	converted 83 (60%) expressions
2.03/2.16	c 2	converted 96 (70%) expressions
2.14/2.27	c 2	converted 110 (80%) expressions
2.23/2.38	c 2	converted 124 (90%) expressions
2.53/2.66	c 3	converted 137 (100%) expressions
2.53/2.66	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.53/2.66	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.53/2.66	c 3	Propagation in CSP
2.53/2.67	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/2.67	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.53/2.67	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.53/2.67	c 3	Simplifing CSP by introducing new Boolean variables
2.53/2.67	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.53/2.67	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.63/2.77	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.63/2.78	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.63/2.78	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.63/2.78	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.63/2.78	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.63/2.78	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.63/2.78	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.63/2.78	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.63/2.79	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.63/2.79	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.63/2.79	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.87/2.95	c 3	6 (10%) CSP clauses are encoded (11180 clauses, 239900 bytes)
2.97/3.09	c 3	12 (20%) CSP clauses are encoded (22087 clauses, 500796 bytes)
3.18/3.21	c 3	18 (30%) CSP clauses are encoded (32243 clauses, 742751 bytes)
3.28/3.34	c 3	24 (40%) CSP clauses are encoded (43052 clauses, 1000817 bytes)
3.37/3.44	c 4	29 (50%) CSP clauses are encoded (51320 clauses, 1204325 bytes)
3.47/3.57	c 4	35 (60%) CSP clauses are encoded (62120 clauses, 1466317 bytes)
3.67/3.70	c 4	41 (70%) CSP clauses are encoded (72983 clauses, 1735919 bytes)
3.78/3.84	c 4	47 (80%) CSP clauses are encoded (83824 clauses, 2023167 bytes)
3.88/3.97	c 4	53 (90%) CSP clauses are encoded (94644 clauses, 2312532 bytes)
3.97/4.08	c 4	58 (100%) CSP clauses are encoded (103657 clauses, 2553835 bytes)
3.97/4.08	c 4	58 CSP clauses encoded
3.97/4.08	c 4	Writing map file : HOME/temp.map
3.97/4.08	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.97/4.08	c 4	SAT : 380 SAT variables, 103657 SAT clauses, 2553835 bytes
3.97/4.08	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.06/4.10	c 4	SOLVING HOME/temp.cnf
4.06/4.10	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1585.19/1585.15	c 1585	DECODING HOME/temp.out WITH HOME/temp.map
1585.19/1585.15	c 1585	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1585.24/1585.23	c 1585	Decoding HOME/temp.out
1585.24/1585.24	s SATISFIABLE
1585.24/1585.24	v 12 0 15 18 17 10 6 13 16 14 3 16 5 15 2 13 4 9 0 4
1585.24/1585.25	c 1585	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1585.24/1585.25	c 1585	CPU 1584.26 (0.03 0.01 1584.23 1.08)
1585.24/1585.26	c 1585	END Fri Jul  4 20:59:58 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078006-1215196413/watcher-1078006-1215196413 -o /tmp/evaluation-result-1078006-1215196413/solver-1078006-1215196413 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1078006-1215196413.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.27 1.64 3/64 23746
/proc/meminfo: memFree=1914968/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=18572 CPUtime=0
/proc/23746/stat : 23746 (runsolver) D 23744 23746 19508 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1998615902 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23746/statm: 4643 292 257 25 0 2626 0

[startup+0.0995591 s]
/proc/loadavg: 1.04 1.27 1.64 3/64 23746
/proc/meminfo: memFree=1914968/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=12412 CPUtime=0
/proc/23746/stat : 23746 (sugar) D 23744 23746 19508 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 1998615902 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/23746/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101554 s]
/proc/loadavg: 1.04 1.27 1.64 3/64 23746
/proc/meminfo: memFree=1914968/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=12412 CPUtime=0
/proc/23746/stat : 23746 (sugar) D 23744 23746 19508 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 1998615902 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/23746/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301511 s]
/proc/loadavg: 1.04 1.27 1.64 3/64 23746
/proc/meminfo: memFree=1914968/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=0.03
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1998615902 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701405 s]
/proc/loadavg: 1.04 1.27 1.64 3/64 23746
/proc/meminfo: memFree=1914968/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=0.03
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1998615902 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5012 s]
/proc/loadavg: 1.04 1.27 1.64 2/75 23768
/proc/meminfo: memFree=1903168/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=0.67
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 973 7063 0 1 2 1 59 5 15 0 1 0 1998615902 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 797 370 3 0 500 0
[pid=23759] ppid=23746 vsize=5356 CPUtime=0
/proc/23759/stat : 23759 (sh) S 23746 23746 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998615979 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23759/statm: 1339 233 193 169 0 50 0
[pid=23760] ppid=23759 vsize=864576 CPUtime=0.75
/proc/23760/stat : 23760 (java) S 23759 23746 19508 0 -1 0 7839 0 1 0 73 2 0 0 18 0 9 0 1998615980 885325824 7120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23760/statm: 216144 7120 2532 9 0 210726 0
[pid=23760/tid=23761] ppid=23759 vsize=864576 CPUtime=0.45
/proc/23760/task/23761/stat : 23761 (java) S 23759 23746 19508 0 -1 64 2478 0 1 0 44 1 0 0 17 0 9 0 1998615981 885325824 7120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23760/tid=23762] ppid=23759 vsize=864576 CPUtime=0.24
/proc/23760/task/23762/stat : 23762 (java) R 23759 23746 19508 0 -1 64 4351 0 0 0 24 0 0 0 17 0 9 0 1998615982 885325824 7120 996147200 134512640 134550740 4294955952 18446744073709551615 104181385 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23763] ppid=23759 vsize=864576 CPUtime=0
/proc/23760/task/23763/stat : 23763 (java) S 23759 23746 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998615982 885325824 7120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23760/tid=23764] ppid=23759 vsize=864576 CPUtime=0
/proc/23760/task/23764/stat : 23764 (java) S 23759 23746 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998615982 885325824 7120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23760/tid=23765] ppid=23759 vsize=864576 CPUtime=0
/proc/23760/task/23765/stat : 23765 (java) S 23759 23746 19508 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998615984 885325824 7120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23766] ppid=23759 vsize=864576 CPUtime=0.03
/proc/23760/task/23766/stat : 23766 (java) S 23759 23746 19508 0 -1 64 312 0 0 0 3 0 0 0 16 0 9 0 1998615984 885325824 7120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23760/tid=23767] ppid=23759 vsize=864576 CPUtime=0
/proc/23760/task/23767/stat : 23767 (java) S 23759 23746 19508 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998615984 885325824 7120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23768] ppid=23759 vsize=864576 CPUtime=0
/proc/23760/task/23768/stat : 23768 (java) S 23759 23746 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998615984 885325824 7120 996147200 134512640 134550740 4294955952 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) 883532

[startup+3.10278 s]
/proc/loadavg: 1.04 1.27 1.64 2/75 23768
/proc/meminfo: memFree=1877120/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=0.68
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 974 7063 0 1 3 1 59 5 16 0 1 0 1998615902 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 797 370 3 0 500 0
[pid=23759] ppid=23746 vsize=5356 CPUtime=0
/proc/23759/stat : 23759 (sh) S 23746 23746 19508 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998615979 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23759/statm: 1339 233 193 169 0 50 0
[pid=23760] ppid=23759 vsize=864944 CPUtime=2.39
/proc/23760/stat : 23760 (java) S 23759 23746 19508 0 -1 0 15223 0 1 0 234 5 0 0 18 0 9 0 1998615980 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23760/statm: 216236 14445 2564 9 0 210783 0
[pid=23760/tid=23761] ppid=23759 vsize=864944 CPUtime=1.31
/proc/23760/task/23761/stat : 23761 (java) R 23759 23746 19508 0 -1 64 3285 0 1 0 130 1 0 0 16 0 9 0 1998615981 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4126556669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23760/tid=23762] ppid=23759 vsize=864944 CPUtime=0.97
/proc/23760/task/23762/stat : 23762 (java) S 23759 23746 19508 0 -1 64 10888 0 0 0 94 3 0 0 15 0 9 0 1998615982 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23763] ppid=23759 vsize=864944 CPUtime=0
/proc/23760/task/23763/stat : 23763 (java) S 23759 23746 19508 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998615982 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23764] ppid=23759 vsize=864944 CPUtime=0
/proc/23760/task/23764/stat : 23764 (java) S 23759 23746 19508 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998615982 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23765] ppid=23759 vsize=864944 CPUtime=0
/proc/23760/task/23765/stat : 23765 (java) S 23759 23746 19508 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998615984 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23766] ppid=23759 vsize=864944 CPUtime=0.08
/proc/23760/task/23766/stat : 23766 (java) S 23759 23746 19508 0 -1 64 352 0 0 0 8 0 0 0 16 0 9 0 1998615984 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23767] ppid=23759 vsize=864944 CPUtime=0
/proc/23760/task/23767/stat : 23767 (java) S 23759 23746 19508 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998615984 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23760/tid=23768] ppid=23759 vsize=864944 CPUtime=0
/proc/23760/task/23768/stat : 23768 (java) S 23759 23746 19508 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998615984 885702656 14445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 883900

[startup+6.30194 s]
/proc/loadavg: 1.04 1.27 1.64 2/67 23770
/proc/meminfo: memFree=1904256/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=5100 CPUtime=2.18
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 1200 0 0 0 136 82 0 0 25 0 1 0 1998616313 5222400 1186 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 1275 1186 42 102 0 1170 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24056

[startup+12.7013 s]
/proc/loadavg: 1.04 1.27 1.64 2/67 23770
/proc/meminfo: memFree=1902656/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=6156 CPUtime=8.57
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 1447 0 0 0 775 82 0 0 25 0 1 0 1998616313 6303744 1433 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 1539 1433 42 102 0 1434 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 25112

[startup+25.5019 s]
/proc/loadavg: 1.03 1.25 1.63 2/67 23770
/proc/meminfo: memFree=1901504/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=7088 CPUtime=21.38
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 1728 0 0 0 2055 83 0 0 25 0 1 0 1998616313 7258112 1701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 1772 1701 48 102 0 1667 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26044

[startup+51.1013 s]
/proc/loadavg: 1.02 1.23 1.61 2/67 23770
/proc/meminfo: memFree=1901440/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=7788 CPUtime=46.98
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 1781 0 0 0 4615 83 0 0 25 0 1 0 1998616313 7974912 1754 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 1947 1754 48 102 0 1842 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26744

[startup+102.306 s]
/proc/loadavg: 1.01 1.19 1.58 2/67 23770
/proc/meminfo: memFree=1900864/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=8332 CPUtime=98.19
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 1959 0 0 0 9736 83 0 0 25 0 1 0 1998616313 8531968 1865 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 2083 1865 48 102 0 1978 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 27288

[startup+162.301 s]
/proc/loadavg: 1.00 1.15 1.54 2/67 23770
/proc/meminfo: memFree=1900352/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0

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

/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13472 CPUtime=1358.29
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 4775 0 0 0 135738 91 0 0 25 0 1 0 1998616313 13795328 3187 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3368 3187 48 102 0 3263 0
Current children cumulated CPU time (s) 1362.38
Current children cumulated vsize (KiB) 32428

[startup+1422.31 s]
/proc/loadavg: 1.02 1.01 1.11 2/67 23772
/proc/meminfo: memFree=1894536/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13736 CPUtime=1418.29
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 4945 0 0 0 141738 91 0 0 25 0 1 0 1998616313 14065664 3262 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3434 3262 48 102 0 3329 0
Current children cumulated CPU time (s) 1422.38
Current children cumulated vsize (KiB) 32692

[startup+1482.3 s]
/proc/loadavg: 1.01 1.00 1.10 2/67 23772
/proc/meminfo: memFree=1894536/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13736 CPUtime=1478.29
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 4945 0 0 0 147738 91 0 0 25 0 1 0 1998616313 14065664 3262 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3434 3262 48 102 0 3329 0
Current children cumulated CPU time (s) 1482.38
Current children cumulated vsize (KiB) 32692

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13868 CPUtime=1538.29
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 5098 0 0 0 153738 91 0 0 25 0 1 0 1998616313 14200832 3316 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3467 3316 48 102 0 3362 0
Current children cumulated CPU time (s) 1542.38
Current children cumulated vsize (KiB) 32824

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

[startup+1561.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13868 CPUtime=1557.49
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 5098 0 0 0 155658 91 0 0 25 0 1 0 1998616313 14200832 3316 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3467 3316 48 102 0 3362 0
Current children cumulated CPU time (s) 1561.58
Current children cumulated vsize (KiB) 32824

[startup+1574.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13868 CPUtime=1570.29
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 5098 0 0 0 156938 91 0 0 25 0 1 0 1998616313 14200832 3316 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3467 3316 48 102 0 3362 0
Current children cumulated CPU time (s) 1574.38
Current children cumulated vsize (KiB) 32824

[startup+1580.71 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13868 CPUtime=1576.7
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 5098 0 0 0 157579 91 0 0 25 0 1 0 1998616313 14200832 3316 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3467 3316 48 102 0 3362 0
Current children cumulated CPU time (s) 1580.79
Current children cumulated vsize (KiB) 32824

[startup+1582.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13868 CPUtime=1578.29
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 5098 0 0 0 157738 91 0 0 25 0 1 0 1998616313 14200832 3316 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3467 3316 48 102 0 3362 0
Current children cumulated CPU time (s) 1582.38
Current children cumulated vsize (KiB) 32824

[startup+1583.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13868 CPUtime=1579.9
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 5098 0 0 0 157899 91 0 0 25 0 1 0 1998616313 14200832 3316 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3467 3316 48 102 0 3362 0
Current children cumulated CPU time (s) 1583.99
Current children cumulated vsize (KiB) 32824

[startup+1584.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13868 CPUtime=1580.69
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 5098 0 0 0 157978 91 0 0 25 0 1 0 1998616313 14200832 3316 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3467 3316 48 102 0 3362 0
Current children cumulated CPU time (s) 1584.78
Current children cumulated vsize (KiB) 32824

[startup+1585.11 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=4.09
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1022 22625 0 2 3 1 391 14 16 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
[pid=23769] ppid=23746 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23746 23746 19508 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998616313 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23769/statm: 1339 232 193 169 0 50 0
[pid=23770] ppid=23769 vsize=13868 CPUtime=1581.1
/proc/23770/stat : 23770 (picosat) R 23769 23746 19508 0 -1 4194304 5098 0 0 0 158019 91 0 0 25 0 1 0 1998616313 14200832 3316 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23770/statm: 3467 3316 48 102 0 3362 0
Current children cumulated CPU time (s) 1585.19
Current children cumulated vsize (KiB) 32824

[startup+1585.2 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 23772
/proc/meminfo: memFree=1894216/2055920 swapFree=4180112/4192956
[pid=23746] ppid=23744 vsize=13600 CPUtime=1585.24
/proc/23746/stat : 23746 (sugar) S 23744 23746 19508 0 -1 4194304 1070 28014 0 2 3 1 158414 106 17 0 1 0 1998615902 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23746/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1585.24
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1585.26
CPU time (s): 1585.37
CPU user time (s): 1584.27
CPU system time (s): 1.10283
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 883900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1584.27
system time used= 1.10283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32856
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= 1107
involuntary context switches= 1783

runsolver used 2.08768 second user time and 3.68544 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 20:33:33
IDJOB=1078006
IDBENCH=56754
IDSOLVER=345
FILE ID=node16/1078006-1215196413
PBS_JOBID= 7881532
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-13_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078006-1215196413/watcher-1078006-1215196413 -o /tmp/evaluation-result-1078006-1215196413/solver-1078006-1215196413 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1078006-1215196413.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7f85e7a784792bc3aaff65a2d971c8c8
RANDOM SEED=851198845

node16.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.213
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.213
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:       1915448 kB
Buffers:          5336 kB
Cached:          76864 kB
SwapCached:       6676 kB
Active:          57860 kB
Inactive:        32824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915448 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          14112 kB
Slab:            35836 kB
Committed_AS:  3425056 kB
PageTables:       1436 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= 66524 MiB
End job on node16 at 2008-07-04 20:59:58