Trace number 2083929

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+picosatUNSAT 158.472 160.696

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-6.xml
MD5SUM84f9ffd3bc330531b9df688f127dfd93
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.6356
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data

0.04/0.26	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.26	c 0	BEGIN Sun Jul 12 08:01:42 2009
0.04/0.26	c 0	PID 23989
0.04/0.26	c 0	HOST node24.alineos.net
0.04/0.26	c 0	CONVERTING HOME/instance-2083929-1247378501.xml TO HOME/temp.csp
0.04/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083929-1247378501.xml' 'HOME/temp.csp'
0.07/0.88	c 0	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.07/0.90	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.90	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/1.02	c 1	Parsing HOME/temp.csp
0.82/1.15	c 1	parsed 5027 expressions
0.82/1.16	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.82/1.16	c 1	Converting to clausal form CSP
1.21/1.58	c 1	converted 503 (10%) expressions
2.00/2.32	c 2	converted 1006 (20%) expressions
2.60/2.92	c 2	converted 1509 (30%) expressions
3.19/3.52	c 3	converted 2011 (40%) expressions
3.59/3.93	c 3	converted 2514 (50%) expressions
3.99/4.33	c 4	converted 3017 (60%) expressions
4.38/4.72	c 4	converted 3519 (70%) expressions
4.88/5.28	c 5	converted 4022 (80%) expressions
5.27/5.70	c 5	converted 4525 (90%) expressions
5.77/6.10	c 6	converted 5027 (100%) expressions
5.77/6.10	c 6	CSP : 697 integers, 13348 booleans, 28400 clauses, largest domain size 2717
5.77/6.10	c 6	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.77/6.10	c 6	Propagation in CSP
5.97/6.32	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.97/6.32	c 6	CSP : 697 integers, 13348 booleans, 28400 clauses, largest domain size 2717
5.97/6.32	c 6	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.97/6.34	c 6	Simplifing CSP by introducing new Boolean variables
6.06/6.40	c 6	CSP : 697 integers, 23210 booleans, 38262 clauses, largest domain size 2717
6.06/6.40	c 6	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.27/6.69	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.66/7.08	c 7	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
7.05/7.42	c 7	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
7.35/7.73	c 7	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
7.64/8.04	c 8	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
7.94/8.36	c 8	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
8.14/8.58	c 8	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
8.33/8.77	c 8	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.53/8.98	c 8	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
8.72/9.16	c 9	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
8.92/9.32	c 9	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
12.18/12.66	c 12	3827 (10%) CSP clauses are encoded (1813932 clauses, 37241487 bytes)
15.52/16.01	c 16	7653 (20%) CSP clauses are encoded (2937409 clauses, 64221594 bytes)
18.39/18.99	c 19	11479 (30%) CSP clauses are encoded (3971304 clauses, 89149993 bytes)
20.84/21.49	c 21	15305 (40%) CSP clauses are encoded (4847950 clauses, 110421852 bytes)
24.21/24.80	c 24	19131 (50%) CSP clauses are encoded (6072455 clauses, 140030675 bytes)
27.16/27.84	c 27	22958 (60%) CSP clauses are encoded (7201563 clauses, 167201739 bytes)
30.31/31.07	c 31	26784 (70%) CSP clauses are encoded (8398504 clauses, 196175919 bytes)
33.17/33.98	c 34	30610 (80%) CSP clauses are encoded (9471676 clauses, 222263654 bytes)
36.08/36.94	c 36	34436 (90%) CSP clauses are encoded (10549619 clauses, 248388197 bytes)
38.83/39.72	c 39	38262 (100%) CSP clauses are encoded (11559814 clauses, 272995311 bytes)
38.83/39.72	c 39	38262 CSP clauses encoded
38.83/39.73	c 39	Writing map file : HOME/temp.map
38.83/39.76	c 39	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
38.83/39.76	c 39	SAT : 839743 SAT variables, 11559814 SAT clauses, 272995311 bytes
38.83/39.76	c 39	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
38.89/39.82	c 39	SOLVING HOME/temp.cnf
38.89/39.82	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
157.77/160.02	c 160	DECODING HOME/temp.out WITH HOME/temp.map
157.77/160.02	c 160	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'
157.81/160.10	c 160	Decoding HOME/temp.out
158.27/160.51	s UNSATISFIABLE
158.27/160.52	c 160	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
158.27/160.56	c 160	CPU 158.32 (0.06 0.03 100.54 57.69)
158.27/160.56	c 160	END Sun Jul 12 08:04:22 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083929-1247378501/watcher-2083929-1247378501 -o /tmp/evaluation-result-2083929-1247378501/solver-2083929-1247378501 -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-2083929-1247378501.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.63 2.33 2.19 4/80 23989
/proc/meminfo: memFree=1459608/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=18576 CPUtime=0
/proc/23989/stat : 23989 (runsolver) D 23987 23989 23952 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24916976 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23989/statm: 4644 284 249 26 0 2626 0

[startup+0.0247081 s]
/proc/loadavg: 2.63 2.33 2.19 4/80 23989
/proc/meminfo: memFree=1459608/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=124 CPUtime=0
/proc/23989/stat : 23989 (sugar) D 23987 23989 23952 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 24916976 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 237785642377 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/23989/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102727 s]
/proc/loadavg: 2.63 2.33 2.19 4/80 23989
/proc/meminfo: memFree=1459608/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=12412 CPUtime=0
/proc/23989/stat : 23989 (sugar) D 23987 23989 23952 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 24916976 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23989/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302778 s]
/proc/loadavg: 2.63 2.33 2.19 4/80 23989
/proc/meminfo: memFree=1459608/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=0.07
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24916976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70285 s]
/proc/loadavg: 2.63 2.33 2.19 4/80 23989
/proc/meminfo: memFree=1459608/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=0.07
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24916976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50198 s]
/proc/loadavg: 2.63 2.33 2.19 3/91 24011
/proc/meminfo: memFree=1451712/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=0.67
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1309 7319 0 3 5 2 55 5 15 0 1 0 24916976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1111 409 3 0 796 0
[pid=24002] ppid=23989 vsize=5356 CPUtime=0
/proc/24002/stat : 24002 (sh) S 23989 23989 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24002/statm: 1339 233 193 169 0 50 0
[pid=24003] ppid=24002 vsize=868480 CPUtime=0.54
/proc/24003/stat : 24003 (java) S 24002 23989 23952 0 -1 0 5509 0 1 0 51 3 0 0 18 0 9 0 24917067 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24003/statm: 217120 4925 1742 9 0 211625 0
[pid=24003/tid=24004] ppid=24002 vsize=868480 CPUtime=0.34
/proc/24003/task/24004/stat : 24004 (java) R 24002 23989 23952 0 -1 64 2669 0 1 0 33 1 0 0 19 0 9 0 24917068 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4126507917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24005] ppid=24002 vsize=868480 CPUtime=0.03
/proc/24003/task/24005/stat : 24005 (java) S 24002 23989 23952 0 -1 64 693 0 0 0 3 0 0 0 16 0 9 0 24917069 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24006] ppid=24002 vsize=868480 CPUtime=0
/proc/24003/task/24006/stat : 24006 (java) S 24002 23989 23952 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24917069 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24007] ppid=24002 vsize=868480 CPUtime=0
/proc/24003/task/24007/stat : 24007 (java) S 24002 23989 23952 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24917069 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24008] ppid=24002 vsize=868480 CPUtime=0
/proc/24003/task/24008/stat : 24008 (java) S 24002 23989 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917074 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24009] ppid=24002 vsize=868480 CPUtime=0.14
/proc/24003/task/24009/stat : 24009 (java) S 24002 23989 23952 0 -1 64 1453 0 0 0 14 0 0 0 16 0 9 0 24917074 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24010] ppid=24002 vsize=868480 CPUtime=0
/proc/24003/task/24010/stat : 24010 (java) S 24002 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917075 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24011] ppid=24002 vsize=868480 CPUtime=0
/proc/24003/task/24011/stat : 24011 (java) S 24002 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917075 889323520 4925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 890704

[startup+3.10228 s]
/proc/loadavg: 2.58 2.33 2.19 3/91 24011
/proc/meminfo: memFree=1438848/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=0.67
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1309 7319 0 3 5 2 55 5 15 0 1 0 24916976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1111 409 3 0 796 0
[pid=24002] ppid=23989 vsize=5356 CPUtime=0
/proc/24002/stat : 24002 (sh) S 23989 23989 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24002/statm: 1339 233 193 169 0 50 0
[pid=24003] ppid=24002 vsize=868564 CPUtime=2.13
/proc/24003/stat : 24003 (java) S 24002 23989 23952 0 -1 0 8721 0 1 0 207 6 0 0 18 0 9 0 24917067 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24003/statm: 217141 7805 2566 9 0 211646 0
[pid=24003/tid=24004] ppid=24002 vsize=868564 CPUtime=1.63
/proc/24003/task/24004/stat : 24004 (java) R 24002 23989 23952 0 -1 64 2826 0 1 0 162 1 0 0 25 0 9 0 24917068 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4126509186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24005] ppid=24002 vsize=868564 CPUtime=0.28
/proc/24003/task/24005/stat : 24005 (java) S 24002 23989 23952 0 -1 64 3720 0 0 0 26 2 0 0 16 0 9 0 24917069 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24006] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24006/stat : 24006 (java) S 24002 23989 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917069 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24007] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24007/stat : 24007 (java) S 24002 23989 23952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917069 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24008] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24008/stat : 24008 (java) S 24002 23989 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917074 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24009] ppid=24002 vsize=868564 CPUtime=0.19
/proc/24003/task/24009/stat : 24009 (java) S 24002 23989 23952 0 -1 64 1476 0 0 0 18 1 0 0 15 0 9 0 24917074 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24010] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24010/stat : 24010 (java) S 24002 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917075 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24011] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24011/stat : 24011 (java) S 24002 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917075 889409536 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 890788

[startup+6.30187 s]
/proc/loadavg: 2.58 2.33 2.19 3/91 24011
/proc/meminfo: memFree=1419272/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=0.68
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1310 7319 0 3 6 2 55 5 15 0 1 0 24916976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1111 409 3 0 796 0
[pid=24002] ppid=23989 vsize=5356 CPUtime=0
/proc/24002/stat : 24002 (sh) S 23989 23989 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24002/statm: 1339 233 193 169 0 50 0
[pid=24003] ppid=24002 vsize=868564 CPUtime=5.29
/proc/24003/stat : 24003 (java) S 24002 23989 23952 0 -1 0 13843 0 1 0 518 11 0 0 18 0 9 0 24917067 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24003/statm: 217141 12647 2566 9 0 211646 0
[pid=24003/tid=24004] ppid=24002 vsize=868564 CPUtime=4.24
/proc/24003/task/24004/stat : 24004 (java) R 24002 23989 23952 0 -1 64 3253 0 1 0 421 3 0 0 25 0 9 0 24917068 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4126512200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24005] ppid=24002 vsize=868564 CPUtime=0.83
/proc/24003/task/24005/stat : 24005 (java) S 24002 23989 23952 0 -1 64 8407 0 0 0 77 6 0 0 16 0 9 0 24917069 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24006] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24006/stat : 24006 (java) S 24002 23989 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917069 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24007] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24007/stat : 24007 (java) S 24002 23989 23952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917069 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24008] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24008/stat : 24008 (java) S 24002 23989 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917074 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24009] ppid=24002 vsize=868564 CPUtime=0.2
/proc/24003/task/24009/stat : 24009 (java) S 24002 23989 23952 0 -1 64 1484 0 0 0 19 1 0 0 16 0 9 0 24917074 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24010] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24010/stat : 24010 (java) S 24002 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917075 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24011] ppid=24002 vsize=868564 CPUtime=0
/proc/24003/task/24011/stat : 24011 (java) S 24002 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917075 889409536 12647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 890788

[startup+12.702 s]
/proc/loadavg: 2.56 2.33 2.19 3/91 24011
/proc/meminfo: memFree=1378888/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=0.68
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1310 7319 0 3 6 2 55 5 16 0 1 0 24916976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1111 409 3 0 796 0
[pid=24002] ppid=23989 vsize=5356 CPUtime=0
/proc/24002/stat : 24002 (sh) S 23989 23989 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24002/statm: 1339 233 193 169 0 50 0
[pid=24003] ppid=24002 vsize=868676 CPUtime=11.6
/proc/24003/stat : 24003 (java) S 24002 23989 23952 0 -1 0 16304 0 1 0 1123 37 0 0 18 0 9 0 24917067 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24003/statm: 217169 13514 2593 9 0 211646 0
[pid=24003/tid=24004] ppid=24002 vsize=868676 CPUtime=10.05
/proc/24003/task/24004/stat : 24004 (java) R 24002 23989 23952 0 -1 64 3708 0 1 0 979 26 0 0 25 0 9 0 24917068 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4126517384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24005] ppid=24002 vsize=868676 CPUtime=1.26
/proc/24003/task/24005/stat : 24005 (java) S 24002 23989 23952 0 -1 64 10370 0 0 0 117 9 0 0 16 0 9 0 24917069 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24006] ppid=24002 vsize=868676 CPUtime=0
/proc/24003/task/24006/stat : 24006 (java) S 24002 23989 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917069 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24007] ppid=24002 vsize=868676 CPUtime=0
/proc/24003/task/24007/stat : 24007 (java) S 24002 23989 23952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917069 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24008] ppid=24002 vsize=868676 CPUtime=0
/proc/24003/task/24008/stat : 24008 (java) S 24002 23989 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917074 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24009] ppid=24002 vsize=868676 CPUtime=0.26
/proc/24003/task/24009/stat : 24009 (java) S 24002 23989 23952 0 -1 64 1527 0 0 0 25 1 0 0 15 0 9 0 24917074 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24010] ppid=24002 vsize=868676 CPUtime=0
/proc/24003/task/24010/stat : 24010 (java) S 24002 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917075 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24011] ppid=24002 vsize=868676 CPUtime=0
/proc/24003/task/24011/stat : 24011 (java) S 24002 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917075 889524224 13514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 890900

[startup+25.5024 s]
/proc/loadavg: 2.63 2.35 2.20 3/91 24011
/proc/meminfo: memFree=1267656/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=0.68
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1310 7319 0 3 6 2 55 5 16 0 1 0 24916976 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1111 409 3 0 796 0
[pid=24002] ppid=23989 vsize=5356 CPUtime=0
/proc/24002/stat : 24002 (sh) S 23989 23989 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24002/statm: 1339 233 193 169 0 50 0
[pid=24003] ppid=24002 vsize=868676 CPUtime=24.2
/proc/24003/stat : 24003 (java) S 24002 23989 23952 0 -1 0 17130 0 1 0 2309 111 0 0 18 0 9 0 24917067 889524224 13519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24003/statm: 217169 13519 2593 9 0 211646 0
[pid=24003/tid=24004] ppid=24002 vsize=868676 CPUtime=22.24
/proc/24003/task/24004/stat : 24004 (java) R 24002 23989 23952 0 -1 64 4529 0 1 0 2130 94 0 0 25 0 9 0 24917068 889524224 13519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24005] ppid=24002 vsize=868676 CPUtime=1.66
/proc/24003/task/24005/stat : 24005 (java) R 24002 23989 23952 0 -1 64 10370 0 0 0 151 15 0 0 16 0 9 0 24917069 889524224 13519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24006] ppid=24002 vsize=868676 CPUtime=0
/proc/24003/task/24006/stat : 24006 (java) S 24002 23989 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917069 889524224 13519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24007] ppid=24002 vsize=868676 CPUtime=0
/proc/24003/task/24007/stat : 24007 (java) S 24002 23989 23952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917069 889524224 13519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24003/tid=24008] ppid=24002 vsize=868676 CPUtime=0

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

[startup+51.1021 s]
/proc/loadavg: 2.67 2.39 2.21 3/83 24013
/proc/meminfo: memFree=1089480/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=38.91
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1366 25714 0 4 6 2 3675 208 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24012] ppid=23989 vsize=5356 CPUtime=0
/proc/24012/stat : 24012 (sh) S 23989 23989 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920958 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24012/statm: 1339 232 193 169 0 50 0
[pid=24013] ppid=24012 vsize=110560 CPUtime=11.14
/proc/24013/stat : 24013 (picosat) R 24012 23989 23952 0 -1 4194304 23784 0 0 0 512 602 0 0 25 0 1 0 24920959 113213440 23770 996147200 134512640 134931368 4294956256 18446744073709551615 134560025 0 0 4096 0 0 0 0 17 1 0 0
/proc/24013/statm: 27640 23770 40 102 0 27535 0
Current children cumulated CPU time (s) 50.05
Current children cumulated vsize (KiB) 132784

[startup+102.308 s]
/proc/loadavg: 2.27 2.32 2.19 3/83 24013
/proc/meminfo: memFree=904968/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=38.91
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1366 25714 0 4 6 2 3675 208 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24012] ppid=23989 vsize=5356 CPUtime=0
/proc/24012/stat : 24012 (sh) S 23989 23989 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920958 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24012/statm: 1339 232 193 169 0 50 0
[pid=24013] ppid=24012 vsize=301460 CPUtime=61.71
/proc/24013/stat : 24013 (picosat) R 24012 23989 23952 0 -1 4194304 69458 0 0 0 2832 3339 0 0 25 0 1 0 24920959 308695040 69444 996147200 134512640 134931368 4294956256 18446744073709551615 134515281 0 0 4096 0 0 0 0 17 1 0 0
/proc/24013/statm: 75365 69444 40 102 0 75260 0
Current children cumulated CPU time (s) 100.62
Current children cumulated vsize (KiB) 323684

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

[startup+127.901 s]
/proc/loadavg: 2.17 2.29 2.19 3/83 24013
/proc/meminfo: memFree=814088/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=38.91
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1366 25714 0 4 6 2 3675 208 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24012] ppid=23989 vsize=5356 CPUtime=0
/proc/24012/stat : 24012 (sh) S 23989 23989 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920958 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24012/statm: 1339 232 193 169 0 50 0
[pid=24013] ppid=24012 vsize=382904 CPUtime=87.06
/proc/24013/stat : 24013 (picosat) R 24012 23989 23952 0 -1 4194304 92401 0 0 0 4002 4704 0 0 25 0 1 0 24920959 392093696 92387 996147200 134512640 134931368 4294956256 18446744073709551615 134545867 0 0 4096 0 0 0 0 17 1 0 0
/proc/24013/statm: 95726 92387 40 102 0 95621 0
Current children cumulated CPU time (s) 125.97
Current children cumulated vsize (KiB) 405128

[startup+140.702 s]
/proc/loadavg: 2.15 2.28 2.18 3/83 24013
/proc/meminfo: memFree=766472/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=38.91
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1366 25714 0 4 6 2 3675 208 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24012] ppid=23989 vsize=5356 CPUtime=0
/proc/24012/stat : 24012 (sh) S 23989 23989 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920958 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24012/statm: 1339 232 193 169 0 50 0
[pid=24013] ppid=24012 vsize=456592 CPUtime=99.75
/proc/24013/stat : 24013 (picosat) R 24012 23989 23952 0 -1 4194304 103913 0 0 0 4586 5389 0 0 25 0 1 0 24920959 467550208 103899 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24013/statm: 114148 103899 40 102 0 114043 0
Current children cumulated CPU time (s) 138.66
Current children cumulated vsize (KiB) 478816

[startup+153.502 s]
/proc/loadavg: 2.11 2.27 2.18 3/83 24013
/proc/meminfo: memFree=751752/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=38.91
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1366 25714 0 4 6 2 3675 208 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24012] ppid=23989 vsize=5356 CPUtime=0
/proc/24012/stat : 24012 (sh) S 23989 23989 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920958 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24012/statm: 1339 232 193 169 0 50 0
[pid=24013] ppid=24012 vsize=475748 CPUtime=112.42
/proc/24013/stat : 24013 (picosat) R 24012 23989 23952 0 -1 4194304 107593 0 0 0 5693 5549 0 0 25 0 1 0 24920959 487165952 107537 996147200 134512640 134931368 4294956256 18446744073709551615 134523350 0 0 4096 0 0 0 0 17 1 0 0
/proc/24013/statm: 118937 107537 42 102 0 118832 0
Current children cumulated CPU time (s) 151.33
Current children cumulated vsize (KiB) 497972

[startup+156.703 s]
/proc/loadavg: 2.11 2.27 2.18 3/83 24013
/proc/meminfo: memFree=751496/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=38.91
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1366 25714 0 4 6 2 3675 208 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24012] ppid=23989 vsize=5356 CPUtime=0
/proc/24012/stat : 24012 (sh) S 23989 23989 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920958 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24012/statm: 1339 232 193 169 0 50 0
[pid=24013] ppid=24012 vsize=484072 CPUtime=115.59
/proc/24013/stat : 24013 (picosat) R 24012 23989 23952 0 -1 4194304 107723 0 0 0 6010 5549 0 0 25 0 1 0 24920959 495689728 107667 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24013/statm: 121018 107667 42 102 0 120913 0
Current children cumulated CPU time (s) 154.5
Current children cumulated vsize (KiB) 506296

[startup+158.302 s]
/proc/loadavg: 2.10 2.26 2.18 3/83 24013
/proc/meminfo: memFree=751240/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=38.91
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1366 25714 0 4 6 2 3675 208 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24012] ppid=23989 vsize=5356 CPUtime=0
/proc/24012/stat : 24012 (sh) S 23989 23989 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920958 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24012/statm: 1339 232 193 169 0 50 0
[pid=24013] ppid=24012 vsize=484072 CPUtime=117.18
/proc/24013/stat : 24013 (picosat) R 24012 23989 23952 0 -1 4194304 107724 0 0 0 6169 5549 0 0 25 0 1 0 24920959 495689728 107668 996147200 134512640 134931368 4294956256 18446744073709551615 134525749 0 0 4096 0 0 0 0 17 1 0 0
/proc/24013/statm: 121018 107668 42 102 0 120913 0
Current children cumulated CPU time (s) 156.09
Current children cumulated vsize (KiB) 506296

[startup+159.901 s]
/proc/loadavg: 2.10 2.26 2.18 3/83 24013
/proc/meminfo: memFree=751176/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=38.91
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1366 25714 0 4 6 2 3675 208 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24012] ppid=23989 vsize=5356 CPUtime=0
/proc/24012/stat : 24012 (sh) S 23989 23989 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920958 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24012/statm: 1339 232 193 169 0 50 0
[pid=24013] ppid=24012 vsize=418668 CPUtime=118.76
/proc/24013/stat : 24013 (picosat) R 24012 23989 23952 0 -1 4194304 107760 0 0 0 6326 5550 0 0 25 0 1 0 24920959 428716032 97953 996147200 134512640 134931368 4294956256 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/24013/statm: 104667 97953 42 102 0 104562 0
Current children cumulated CPU time (s) 157.67
Current children cumulated vsize (KiB) 440892

[startup+160.301 s]
/proc/loadavg: 2.10 2.26 2.18 3/83 24013
/proc/meminfo: memFree=751176/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=157.81
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1447 133761 0 4 6 3 10007 5765 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 157.81
Current children cumulated vsize (KiB) 16868

[startup+160.501 s]
/proc/loadavg: 2.10 2.26 2.18 3/91 24023
/proc/meminfo: memFree=1171656/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=157.81
/proc/23989/stat : 23989 (sugar) S 23987 23989 23952 0 -1 4194304 1447 133761 0 4 6 3 10007 5765 16 0 1 0 24916976 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23989/statm: 4217 1114 409 3 0 796 0
[pid=24014] ppid=23989 vsize=5356 CPUtime=0
/proc/24014/stat : 24014 (sh) S 23989 23989 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24932978 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24014/statm: 1339 233 193 169 0 50 0
[pid=24015] ppid=24014 vsize=862904 CPUtime=0.46
/proc/24015/stat : 24015 (java) S 24014 23989 23952 0 -1 0 5558 0 1 0 43 3 0 0 18 0 9 0 24932979 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24015/statm: 215726 4840 2154 9 0 210639 0
[pid=24015/tid=24016] ppid=24014 vsize=862904 CPUtime=0.32
/proc/24015/task/24016/stat : 24016 (java) R 24014 23989 23952 0 -1 64 2035 0 1 0 31 1 0 0 19 0 9 0 24932980 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4126434127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24015/tid=24017] ppid=24014 vsize=862904 CPUtime=0.06
/proc/24015/task/24017/stat : 24017 (java) S 24014 23989 23952 0 -1 64 2367 0 0 0 6 0 0 0 16 0 9 0 24932982 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24015/tid=24018] ppid=24014 vsize=862904 CPUtime=0
/proc/24015/task/24018/stat : 24018 (java) S 24014 23989 23952 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24932982 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24015/tid=24019] ppid=24014 vsize=862904 CPUtime=0
/proc/24015/task/24019/stat : 24019 (java) S 24014 23989 23952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24932982 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24015/tid=24020] ppid=24014 vsize=862904 CPUtime=0
/proc/24015/task/24020/stat : 24020 (java) S 24014 23989 23952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24932984 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24015/tid=24021] ppid=24014 vsize=862904 CPUtime=0.05
/proc/24015/task/24021/stat : 24021 (java) S 24014 23989 23952 0 -1 64 460 0 0 0 5 0 0 0 16 0 9 0 24932984 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24015/tid=24022] ppid=24014 vsize=862904 CPUtime=0
/proc/24015/task/24022/stat : 24022 (java) S 24014 23989 23952 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24932984 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24015/tid=24023] ppid=24014 vsize=862904 CPUtime=0
/proc/24015/task/24023/stat : 24023 (java) S 24014 23989 23952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24932984 883613696 4840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.27
Current children cumulated vsize (KiB) 885128

[startup+160.607 s]
/proc/loadavg: 2.10 2.26 2.18 3/91 24023
/proc/meminfo: memFree=1171656/2055920 swapFree=4192812/4192956
[pid=23989] ppid=23987 vsize=16868 CPUtime=158.37
/proc/23989/stat : 23989 (sugar) R 23987 23989 23952 0 -1 4194304 1476 140222 0 5 6 8 10054 5769 16 0 1 0 24916976 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23989/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 158.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 160.696
CPU time (s): 158.472
CPU user time (s): 100.608
CPU system time (s): 57.8642
CPU usage (%): 98.6161
Max. virtual memory (cumulated for all children) (KiB): 895916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.608
system time used= 57.8642
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141759
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25108
involuntary context switches= 30555

runsolver used 0.19597 second user time and 0.567913 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 08:01:41
IDJOB=2083929
IDBENCH=57978
IDSOLVER=738
FILE ID=node24/2083929-1247378501
PBS_JOBID= 9507202
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-6.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-2083929-1247378501/watcher-2083929-1247378501 -o /tmp/evaluation-result-2083929-1247378501/solver-2083929-1247378501 -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-2083929-1247378501.xml

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

MD5SUM BENCH= 84f9ffd3bc330531b9df688f127dfd93
RANDOM SEED=806919563

node24.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.287
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.287
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:       1460088 kB
Buffers:          5576 kB
Cached:          59636 kB
SwapCached:          0 kB
Active:         513444 kB
Inactive:        34424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:         500480 kB
Slab:            32148 kB
Committed_AS:   924092 kB
PageTables:       2764 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= 66456 MiB
End job on node24 at 2009-07-12 08:04:22